Html Css Color HEX #B05019 Rich Gold

📋 copy color: '#B05019'

red 176 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #B05019

Tints of Rich Gold #B05019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 62.63%
G = 28.47%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05019 (or 0xB05019) is known color: Rich Gold. HEX triplet: B0, 50 and 19. RGB value is (176,80,25). Sum of RGB (Red+Green+Blue) = 176+80+25=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B05019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05019 is #4FAFE6. Grayscale: #666666. Windows color (decimal): -5222375 or 1659056. OLE color: 1659056.

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

Color convert

RGB 176 80 25 -
CMYK 0 0.55 0.86 0.31
HSL 21.85º 0.75% 0.39% -
HSV(B) 21.85º 0.86% 0.69% -
XYZ 20.95 15.04 2.72 -
YUV 102.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 176 80 25 0 0.55 0.86 0.31 21.85 0.75 0.39
Hex B0 50 19 0 37 56 1F 16 4B 27
Octal 260 120 31 0 67 126 37 26 113 47
Binary 10110000 1010000 11001 0 110111 1010110 11111 10110 1001011 100111

Color Harmonies of #B05019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05019

Black with #B05019

Text Example


Text Example

White with #B05019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05019; }

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

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

background-color css

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

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

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

border-color css

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

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

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