Html Css Color HEX #B05419 Rich Gold

📋 copy color: '#B05419'

red 176 ◦ green 84 ◦ blue 25

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

Shades of Rich Gold #B05419

Tints of Rich Gold #B05419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 61.75%
G = 29.47%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05419 (or 0xB05419) is known color: Rich Gold. HEX triplet: B0, 54 and 19. RGB value is (176,84,25). Sum of RGB (Red+Green+Blue) = 176+84+25=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B05419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05419 is #4FABE6. Grayscale: #696969. Windows color (decimal): -5221351 or 1660080. OLE color: 1660080.

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

Color convert

RGB 176 84 25 -
CMYK 0 0.52 0.86 0.31
HSL 23.44º 0.75% 0.39% -
HSV(B) 23.44º 0.86% 0.69% -
XYZ 21.25 15.64 2.82 -
YUV 104.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 176 84 25 0 0.52 0.86 0.31 23.44 0.75 0.39
Hex B0 54 19 0 34 56 1F 17 4B 27
Octal 260 124 31 0 64 126 37 27 113 47
Binary 10110000 1010100 11001 0 110100 1010110 11111 10111 1001011 100111

Color Harmonies of #B05419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05419

Black with #B05419

Text Example


Text Example

White with #B05419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05419; }

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

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

background-color css

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

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

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

border-color css

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

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

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