Html Css Color HEX #B05C19 Rich Gold

📋 copy color: '#B05C19'

red 176 ◦ green 92 ◦ blue 25

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

Shades of Rich Gold #B05C19

Tints of Rich Gold #B05C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 60.07%
G = 31.4%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05C19 (or 0xB05C19) is known color: Rich Gold. HEX triplet: B0, 5C and 19. RGB value is (176,92,25). Sum of RGB (Red+Green+Blue) = 176+92+25=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C19 is #4FA3E6. Grayscale: #6D6D6D. Windows color (decimal): -5219303 or 1662128. OLE color: 1662128.

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

Color convert

RGB 176 92 25 -
CMYK 0 0.48 0.86 0.31
HSL 26.62º 0.75% 0.39% -
HSV(B) 26.62º 0.86% 0.69% -
XYZ 21.91 16.95 3.04 -
YUV 109.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 176 92 25 0 0.48 0.86 0.31 26.62 0.75 0.39
Hex B0 5C 19 0 30 56 1F 1B 4B 27
Octal 260 134 31 0 60 126 37 33 113 47
Binary 10110000 1011100 11001 0 110000 1010110 11111 11011 1001011 100111

Color Harmonies of #B05C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C19

Black with #B05C19

Text Example


Text Example

White with #B05C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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