#B05319

Color #B05319 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #B05319

Tints of Rich Gold #B05319

Color information

#B05319 (or 0xB05319) is unknown color: approx Rich Gold. HEX triplet: B0, 53 and 19. RGB value is (176,83,25). Sum of RGB (Red+Green+Blue) = 176+83+25=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B05319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05319 is #4FACE6. Grayscale: #686868. Windows color (decimal): -5221607 or 1659824. OLE color: 1659824.

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

Color convert

RGB1768325-
CMYK00.530.860.31
HSL23.05º75.12%39.41%-
HSV(B)23.05º85.8%69.02%-
XYZ21.1715.492.79-
YUV104.283.31179.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.97%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 25 (10.16% from 255) = 8.80%
R=61.97%
G=29.23%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176832500.530.860.3123.0575.1239.41
HexB05319035561F174b27
Octal26012331065126372711347
Binary101100001010011110010110101101011011111101111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05319; }

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

 H1.HeaderClassName
 {
   color: #B05319;
 }
 .AnyTagClassName
 {
   color: #B05319;
 }
</style>
background-color css

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

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

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

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

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

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