Html Css Color HEX #B15918 Rich Gold

📋 copy color: '#B15918'

red 177 ◦ green 89 ◦ blue 24

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

Shades of Rich Gold #B15918

Tints of Rich Gold #B15918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 61.03%
G = 30.69%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15918 (or 0xB15918) is known color: Rich Gold. HEX triplet: B1, 59 and 18. RGB value is (177,89,24). Sum of RGB (Red+Green+Blue) = 177+89+24=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B15918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15918 is #4EA6E7. Grayscale: #6C6C6C. Windows color (decimal): -5154536 or 1595825. OLE color: 1595825.

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

Color convert

RGB 177 89 24 -
CMYK 0 0.50 0.86 0.31
HSL 25.49º 0.76% 0.39% -
HSV(B) 25.49º 0.86% 0.69% -
XYZ 21.87 16.56 2.91 -
YUV 107.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 177 89 24 0 0.50 0.86 0.31 25.49 0.76 0.39
Hex B1 59 18 0 32 56 1F 19 4C 27
Octal 261 131 30 0 62 126 37 31 114 47
Binary 10110001 1011001 11000 0 110010 1010110 11111 11001 1001100 100111

Color Harmonies of #B15918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15918

Black with #B15918

Text Example


Text Example

White with #B15918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15918; }

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

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

background-color css

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

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

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

border-color css

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

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

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