Html Css Color HEX #B15913 Rich Gold

📋 copy color: '#B15913'

red 177 ◦ green 89 ◦ blue 19

#B15913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #B15913

Tints of Rich Gold #B15913

RGB

 RED value IS 177 (69.53% from 255) = 62.11%

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 62.11%
G = 31.23%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B15913 (or 0xB15913) is known color: Rich Gold. HEX triplet: B1, 59 and 13. RGB value is (177,89,19). Sum of RGB (Red+Green+Blue) = 177+89+19=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15913 is #4EA6EC. Grayscale: #6B6B6B. Windows color (decimal): -5154541 or 1268145. OLE color: 1268145.

HSL color Cylindrical-coordinate representation of color #B15913: hue angle of 26.58º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B15913 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 19 -
CMYK 0 0.50 0.89 0.31
HSL 26.58º 0.81% 0.38% -
HSV(B) 26.58º 0.89% 0.69% -
XYZ 21.82 16.54 2.66 -
YUV 107.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 177 89 19 0 0.50 0.89 0.31 26.58 0.81 0.38
Hex B1 59 13 0 32 59 1F 1B 51 26
Octal 261 131 23 0 62 131 37 33 121 46
Binary 10110001 1011001 10011 0 110010 1011001 11111 11011 1010001 100110

Color Harmonies of #B15913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15913

Black with #B15913

Text Example


Text Example

White with #B15913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15913; }

 p { color: rgb(177,89,19); }

 H1.HeaderClassName
 {
   color: #B15913;
 }
 .AnyTagClassName
 {
   color: #B15913;
 }
</style>

background-color css

<style>
 a { background-color: #B15913; }

 a { background-color: rgb(177,89,19); }

 div.DivClassName
 {
   background-color: #B15913;
 }
 .BgClassName
 {
   background-color: #B15913;
 }
</style>

border-color css

<style>
 span { border-color: #B15913; }

 span { border-color: rgb(177,89,19); }

 td.TdClassName
 {
   border-color: #B15913;
 }
 .TagClassName
 {
   border-color: #B15913;
 }
</style>