#B55F1F

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

Shades of Christine #B55F1F

Tints of Christine #B55F1F

Color information

#B55F1F (or 0xB55F1F) is unknown color: approx Christine. HEX triplet: B5, 5F and 1F. RGB value is (181,95,31). Sum of RGB (Red+Green+Blue) = 181+95+31=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55F1F is #4AA0E0. Grayscale: #717171. Windows color (decimal): -4890849 or 2056117. OLE color: 2056117.

HSL color Cylindrical-coordinate representation of color #B55F1F: hue angle of 25.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B55F1F is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1819531-
CMYK00.480.830.29
HSL25.6º70.75%41.57%-
HSV(B)25.6º82.87%70.98%-
XYZ23.418.113.56-
YUV113.4281.49176.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=58.96%
G=30.94%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181953100.480.830.2925.670.7541.57
HexB55F1F030531D1a472a
Octal26513737060123353210752
Binary101101011011111111110110000101001111101110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F1F; }

 p { color: rgb(181,95,31); }

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

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

 a { background-color: rgb(181,95,31); }

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

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

 span { border-color: rgb(181,95,31); }

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