Html Css Color HEX #B05118 Rich Gold

📋 copy color: '#B05118'

red 176 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #B05118

Tints of Rich Gold #B05118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

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

R = 62.63%
G = 28.83%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05118 (or 0xB05118) is known color: Rich Gold. HEX triplet: B0, 51 and 18. RGB value is (176,81,24). Sum of RGB (Red+Green+Blue) = 176+81+24=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B05118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05118 is #4FAEE7. Grayscale: #676767. Windows color (decimal): -5222120 or 1593776. OLE color: 1593776.

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

Color convert

RGB 176 81 24 -
CMYK 0 0.54 0.86 0.31
HSL 22.5º 0.76% 0.39% -
HSV(B) 22.5º 0.86% 0.69% -
XYZ 21.01 15.18 2.69 -
YUV 102.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 176 81 24 0 0.54 0.86 0.31 22.5 0.76 0.39
Hex B0 51 18 0 36 56 1F 16 4C 27
Octal 260 121 30 0 66 126 37 26 114 47
Binary 10110000 1010001 11000 0 110110 1010110 11111 10110 1001100 100111

Color Harmonies of #B05118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05118

Black with #B05118

Text Example


Text Example

White with #B05118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05118; }

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

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

background-color css

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

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

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

border-color css

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

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

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