Html Css Color HEX #B15616 Rich Gold

📋 copy color: '#B15616'

red 177 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #B15616

Tints of Rich Gold #B15616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 62.11%
G = 30.18%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B15616 (or 0xB15616) is known color: Rich Gold. HEX triplet: B1, 56 and 16. RGB value is (177,86,22). Sum of RGB (Red+Green+Blue) = 177+86+22=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15616 is #4EA9E9. Grayscale: #6A6A6A. Windows color (decimal): -5155306 or 1463985. OLE color: 1463985.

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

Color convert

RGB 177 86 22 -
CMYK 0 0.51 0.88 0.31
HSL 24.77º 0.78% 0.39% -
HSV(B) 24.77º 0.88% 0.69% -
XYZ 21.6 16.06 2.72 -
YUV 105.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 177 86 22 0 0.51 0.88 0.31 24.77 0.78 0.39
Hex B1 56 16 0 33 58 1F 19 4E 27
Octal 261 126 26 0 63 130 37 31 116 47
Binary 10110001 1010110 10110 0 110011 1011000 11111 11001 1001110 100111

Color Harmonies of #B15616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15616

Black with #B15616

Text Example


Text Example

White with #B15616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15616; }

 p { color: rgb(177,86,22); }

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

background-color css

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

 a { background-color: rgb(177,86,22); }

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

border-color css

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

 span { border-color: rgb(177,86,22); }

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