Html Css Color HEX #B05E16 Rich Gold

📋 copy color: '#B05E16'

red 176 ◦ green 94 ◦ blue 22

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

Shades of Rich Gold #B05E16

Tints of Rich Gold #B05E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

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

R = 60.27%
G = 32.19%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05E16 (or 0xB05E16) is known color: Rich Gold. HEX triplet: B0, 5E and 16. RGB value is (176,94,22). Sum of RGB (Red+Green+Blue) = 176+94+22=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E16 is #4FA1E9. Grayscale: #6E6E6E. Windows color (decimal): -5218794 or 1466032. OLE color: 1466032.

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

Color convert

RGB 176 94 22 -
CMYK 0 0.47 0.88 0.31
HSL 28.05º 0.78% 0.39% -
HSV(B) 28.05º 0.88% 0.69% -
XYZ 22.05 17.29 2.93 -
YUV 110.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 176 94 22 0 0.47 0.88 0.31 28.05 0.78 0.39
Hex B0 5E 16 0 2F 58 1F 1C 4E 27
Octal 260 136 26 0 57 130 37 34 116 47
Binary 10110000 1011110 10110 0 101111 1011000 11111 11100 1001110 100111

Color Harmonies of #B05E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E16

Black with #B05E16

Text Example


Text Example

White with #B05E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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