Html Css Color HEX #B05918 Rich Gold

📋 copy color: '#B05918'

red 176 ◦ green 89 ◦ blue 24

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

Shades of Rich Gold #B05918

Tints of Rich Gold #B05918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

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

R = 60.9%
G = 30.8%
B = 8.3%

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

#B05918 (or 0xB05918) is known color: Rich Gold. HEX triplet: B0, 59 and 18. RGB value is (176,89,24). Sum of RGB (Red+Green+Blue) = 176+89+24=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B05918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05918 is #4FA6E7. Grayscale: #6B6B6B. Windows color (decimal): -5220072 or 1595824. OLE color: 1595824.

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

Color convert

RGB 176 89 24 -
CMYK 0 0.49 0.86 0.31
HSL 25.66º 0.76% 0.39% -
HSV(B) 25.66º 0.86% 0.69% -
XYZ 21.64 16.44 2.9 -
YUV 107.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 176 89 24 0 0.49 0.86 0.31 25.66 0.76 0.39
Hex B0 59 18 0 31 56 1F 1A 4C 27
Octal 260 131 30 0 61 126 37 32 114 47
Binary 10110000 1011001 11000 0 110001 1010110 11111 11010 1001100 100111

Color Harmonies of #B05918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05918

Black with #B05918

Text Example


Text Example

White with #B05918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05918; }

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

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

background-color css

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

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

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

border-color css

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

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

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