Html Css Color HEX #B05A19 Rich Gold

📋 copy color: '#B05A19'

red 176 ◦ green 90 ◦ blue 25

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

Shades of Rich Gold #B05A19

Tints of Rich Gold #B05A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 60.48%
G = 30.93%
B = 8.59%

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

#B05A19 (or 0xB05A19) is known color: Rich Gold. HEX triplet: B0, 5A and 19. RGB value is (176,90,25). Sum of RGB (Red+Green+Blue) = 176+90+25=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A19 is #4FA5E6. Grayscale: #6C6C6C. Windows color (decimal): -5219815 or 1661616. OLE color: 1661616.

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

Color convert

RGB 176 90 25 -
CMYK 0 0.49 0.86 0.31
HSL 25.83º 0.75% 0.39% -
HSV(B) 25.83º 0.86% 0.69% -
XYZ 21.74 16.61 2.98 -
YUV 108.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 176 90 25 0 0.49 0.86 0.31 25.83 0.75 0.39
Hex B0 5A 19 0 31 56 1F 1A 4B 27
Octal 260 132 31 0 61 126 37 32 113 47
Binary 10110000 1011010 11001 0 110001 1010110 11111 11010 1001011 100111

Color Harmonies of #B05A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A19

Black with #B05A19

Text Example


Text Example

White with #B05A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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