#B45817

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

Shades of Rich Gold #B45817

Tints of Rich Gold #B45817

Color information

#B45817 (or 0xB45817) is unknown color: approx Rich Gold. HEX triplet: B4, 58 and 17. RGB value is (180,88,23). Sum of RGB (Red+Green+Blue) = 180+88+23=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B45817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45817 is #4BA7E8. Grayscale: #6C6C6C. Windows color (decimal): -4958185 or 1530036. OLE color: 1530036.

HSL color Cylindrical-coordinate representation of color #B45817: hue angle of 24.84º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B45817 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1808823-
CMYK00.510.870.29
HSL24.84º77.34%39.8%-
HSV(B)24.84º87.22%70.59%-
XYZ22.4716.742.86-
YUV108.179.98179.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=61.86%
G=30.24%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180882300.510.870.2924.8477.3439.8
HexB45817033571D194d28
Octal26413027063127353111550
Binary101101001011000101110110011101011111101110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45817; }

 p { color: rgb(180,88,23); }

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

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

 a { background-color: rgb(180,88,23); }

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

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

 span { border-color: rgb(180,88,23); }

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