Html Css Color HEX #B05C18 Rich Gold

📋 copy color: '#B05C18'

red 176 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #B05C18

Tints of Rich Gold #B05C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 60.27%
G = 31.51%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05C18 (or 0xB05C18) is known color: Rich Gold. HEX triplet: B0, 5C and 18. RGB value is (176,92,24). Sum of RGB (Red+Green+Blue) = 176+92+24=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C18 is #4FA3E7. Grayscale: #6D6D6D. Windows color (decimal): -5219304 or 1596592. OLE color: 1596592.

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

Color convert

RGB 176 92 24 -
CMYK 0 0.48 0.86 0.31
HSL 26.84º 0.76% 0.39% -
HSV(B) 26.84º 0.86% 0.69% -
XYZ 21.9 16.95 2.98 -
YUV 109.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 176 92 24 0 0.48 0.86 0.31 26.84 0.76 0.39
Hex B0 5C 18 0 30 56 1F 1B 4C 27
Octal 260 134 30 0 60 126 37 33 114 47
Binary 10110000 1011100 11000 0 110000 1010110 11111 11011 1001100 100111

Color Harmonies of #B05C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C18

Black with #B05C18

Text Example


Text Example

White with #B05C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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