#B05714

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

Shades of Rich Gold #B05714

Tints of Rich Gold #B05714

Color information

#B05714 (or 0xB05714) is unknown color: approx Rich Gold. HEX triplet: B0, 57 and 14. RGB value is (176,87,20). Sum of RGB (Red+Green+Blue) = 176+87+20=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B05714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05714 is #4FA8EB. Grayscale: #6A6A6A. Windows color (decimal): -5220588 or 1333168. OLE color: 1333168.

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

Color convert

RGB1768720-
CMYK00.510.890.31
HSL25.77º79.59%38.43%-
HSV(B)25.77º88.64%69.02%-
XYZ21.4416.12.64-
YUV105.9779.49177.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=62.19%
G=30.74%
B=7.07%

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
Decimal176872000.510.890.3125.7779.5938.43
HexB05714033591F1a5026
Octal26012724063131373212046
Binary101100001010111101000110011101100111111110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05714; }

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

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

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

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

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

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

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

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