Html Css Color HEX #B05A18 Rich Gold

📋 copy color: '#B05A18'

red 176 ◦ green 90 ◦ blue 24

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

Shades of Rich Gold #B05A18

Tints of Rich Gold #B05A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 60.69%
G = 31.03%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05A18 (or 0xB05A18) is known color: Rich Gold. HEX triplet: B0, 5A and 18. RGB value is (176,90,24). Sum of RGB (Red+Green+Blue) = 176+90+24=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A18 is #4FA5E7. Grayscale: #6C6C6C. Windows color (decimal): -5219816 or 1596080. OLE color: 1596080.

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

Color convert

RGB 176 90 24 -
CMYK 0 0.49 0.86 0.31
HSL 26.05º 0.76% 0.39% -
HSV(B) 26.05º 0.86% 0.69% -
XYZ 21.73 16.61 2.92 -
YUV 108.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 176 90 24 0 0.49 0.86 0.31 26.05 0.76 0.39
Hex B0 5A 18 0 31 56 1F 1A 4C 27
Octal 260 132 30 0 61 126 37 32 114 47
Binary 10110000 1011010 11000 0 110001 1010110 11111 11010 1001100 100111

Color Harmonies of #B05A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A18

Black with #B05A18

Text Example


Text Example

White with #B05A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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