#B05614

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

Shades of Rich Gold #B05614

Tints of Rich Gold #B05614

Color information

#B05614 (or 0xB05614) is unknown color: approx Rich Gold. HEX triplet: B0, 56 and 14. RGB value is (176,86,20). Sum of RGB (Red+Green+Blue) = 176+86+20=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05614 is #4FA9EB. Grayscale: #696969. Windows color (decimal): -5220844 or 1332912. OLE color: 1332912.

HSL color Cylindrical-coordinate representation of color #B05614: hue angle of 25.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B05614 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1768620-
CMYK00.510.890.31
HSL25.38º79.59%38.43%-
HSV(B)25.38º88.64%69.02%-
XYZ21.3615.942.61-
YUV105.3979.82178.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=62.41%
G=30.50%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176862000.510.890.3125.3879.5938.43
HexB05614033591F195026
Octal26012624063131373112046
Binary101100001010110101000110011101100111111110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05614; }

 p { color: rgb(176,86,20); }

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

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

 a { background-color: rgb(176,86,20); }

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

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

 span { border-color: rgb(176,86,20); }

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