Html Css Color HEX #B05417 Rich Gold

📋 copy color: '#B05417'

red 176 ◦ green 84 ◦ blue 23

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

Shades of Rich Gold #B05417

Tints of Rich Gold #B05417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 62.19%
G = 29.68%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B05417 (or 0xB05417) is known color: Rich Gold. HEX triplet: B0, 54 and 17. RGB value is (176,84,23). Sum of RGB (Red+Green+Blue) = 176+84+23=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B05417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05417 is #4FABE8. Grayscale: #686868. Windows color (decimal): -5221353 or 1529008. OLE color: 1529008.

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

Color convert

RGB 176 84 23 -
CMYK 0 0.52 0.87 0.31
HSL 23.92º 0.77% 0.39% -
HSV(B) 23.92º 0.87% 0.69% -
XYZ 21.23 15.63 2.71 -
YUV 104.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 176 84 23 0 0.52 0.87 0.31 23.92 0.77 0.39
Hex B0 54 17 0 34 57 1F 18 4D 27
Octal 260 124 27 0 64 127 37 30 115 47
Binary 10110000 1010100 10111 0 110100 1010111 11111 11000 1001101 100111

Color Harmonies of #B05417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05417

Black with #B05417

Text Example


Text Example

White with #B05417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05417; }

 p { color: rgb(176,84,23); }

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

background-color css

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

 a { background-color: rgb(176,84,23); }

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

border-color css

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

 span { border-color: rgb(176,84,23); }

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