#B0551C

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

Shades of Rich Gold #B0551C

Tints of Rich Gold #B0551C

Color information

#B0551C (or 0xB0551C) is unknown color: approx Rich Gold. HEX triplet: B0, 55 and 1C. RGB value is (176,85,28). Sum of RGB (Red+Green+Blue) = 176+85+28=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0551C is #4FAAE3. Grayscale: #6A6A6A. Windows color (decimal): -5221092 or 1856944. OLE color: 1856944.

HSL color Cylindrical-coordinate representation of color #B0551C: hue angle of 23.11º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0551C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1768528-
CMYK00.520.840.31
HSL23.11º72.55%40%-
HSV(B)23.11º84.09%69.02%-
XYZ21.3615.813.02-
YUV105.7184.15178.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=60.90%
G=29.41%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176852800.520.840.3123.1172.5540
HexB0551C034541F174928
Octal26012534064124372711150
Binary101100001010101111000110100101010011111101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0551C; }

 p { color: rgb(176,85,28); }

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

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

 a { background-color: rgb(176,85,28); }

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

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

 span { border-color: rgb(176,85,28); }

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