Html Css Color HEX #B05C16 Rich Gold

📋 copy color: '#B05C16'

red 176 ◦ green 92 ◦ blue 22

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

Shades of Rich Gold #B05C16

Tints of Rich Gold #B05C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 60.69%
G = 31.72%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05C16 (or 0xB05C16) is known color: Rich Gold. HEX triplet: B0, 5C and 16. RGB value is (176,92,22). Sum of RGB (Red+Green+Blue) = 176+92+22=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C16 is #4FA3E9. Grayscale: #6D6D6D. Windows color (decimal): -5219306 or 1465520. OLE color: 1465520.

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

Color convert

RGB 176 92 22 -
CMYK 0 0.48 0.88 0.31
HSL 27.27º 0.78% 0.39% -
HSV(B) 27.27º 0.88% 0.69% -
XYZ 21.88 16.94 2.88 -
YUV 109.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 176 92 22 0 0.48 0.88 0.31 27.27 0.78 0.39
Hex B0 5C 16 0 30 58 1F 1B 4E 27
Octal 260 134 26 0 60 130 37 33 116 47
Binary 10110000 1011100 10110 0 110000 1011000 11111 11011 1001110 100111

Color Harmonies of #B05C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C16

Black with #B05C16

Text Example


Text Example

White with #B05C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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