Html Css Color HEX #B05119 Rich Gold

📋 copy color: '#B05119'

red 176 ◦ green 81 ◦ blue 25

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

Shades of Rich Gold #B05119

Tints of Rich Gold #B05119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 62.41%
G = 28.72%
B = 8.87%

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

#B05119 (or 0xB05119) is known color: Rich Gold. HEX triplet: B0, 51 and 19. RGB value is (176,81,25). Sum of RGB (Red+Green+Blue) = 176+81+25=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05119 is #4FAEE6. Grayscale: #676767. Windows color (decimal): -5222119 or 1659312. OLE color: 1659312.

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

Color convert

RGB 176 81 25 -
CMYK 0 0.54 0.86 0.31
HSL 22.25º 0.75% 0.39% -
HSV(B) 22.25º 0.86% 0.69% -
XYZ 21.02 15.19 2.74 -
YUV 103.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 176 81 25 0 0.54 0.86 0.31 22.25 0.75 0.39
Hex B0 51 19 0 36 56 1F 16 4B 27
Octal 260 121 31 0 66 126 37 26 113 47
Binary 10110000 1010001 11001 0 110110 1010110 11111 10110 1001011 100111

Color Harmonies of #B05119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05119

Black with #B05119

Text Example


Text Example

White with #B05119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05119; }

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

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

background-color css

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

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

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

border-color css

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

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

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