Html Css Color HEX #B05516 Rich Gold

📋 copy color: '#B05516'

red 176 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #B05516

Tints of Rich Gold #B05516

RGB

 RED value IS 176 (69.14% from 255) = 62.19%

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 62.19%
G = 30.04%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05516 (or 0xB05516) is known color: Rich Gold. HEX triplet: B0, 55 and 16. RGB value is (176,85,22). Sum of RGB (Red+Green+Blue) = 176+85+22=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B05516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05516 is #4FAAE9. Grayscale: #696969. Windows color (decimal): -5221098 or 1463728. OLE color: 1463728.

HSL color Cylindrical-coordinate representation of color #B05516: hue angle of 24.55º 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 #B05516 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 22 -
CMYK 0 0.52 0.88 0.31
HSL 24.55º 0.78% 0.39% -
HSV(B) 24.55º 0.88% 0.69% -
XYZ 21.3 15.79 2.68 -
YUV 105.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 176 85 22 0 0.52 0.88 0.31 24.55 0.78 0.39
Hex B0 55 16 0 34 58 1F 19 4E 27
Octal 260 125 26 0 64 130 37 31 116 47
Binary 10110000 1010101 10110 0 110100 1011000 11111 11001 1001110 100111

Color Harmonies of #B05516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05516

Black with #B05516

Text Example


Text Example

White with #B05516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05516; }

 p { color: rgb(176,85,22); }

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

background-color css

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

 a { background-color: rgb(176,85,22); }

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

border-color css

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

 span { border-color: rgb(176,85,22); }

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