#B85F1F

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

Shades of Christine #B85F1F

Tints of Christine #B85F1F

Color information

#B85F1F (or 0xB85F1F) is unknown color: approx Christine. HEX triplet: B8, 5F and 1F. RGB value is (184,95,31). Sum of RGB (Red+Green+Blue) = 184+95+31=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F1F is #47A0E0. Grayscale: #727272. Windows color (decimal): -4694241 or 2056120. OLE color: 2056120.

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

Color convert

RGB1849531-
CMYK00.480.830.28
HSL25.1º71.16%42.16%-
HSV(B)25.1º83.15%72.16%-
XYZ24.1118.473.59-
YUV114.3280.99177.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 31 (12.5% from 255) = 10%
R=59.35%
G=30.65%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184953100.480.830.2825.171.1642.16
HexB85F1F030531C19472a
Octal27013737060123343110752
Binary101110001011111111110110000101001111100110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F1F; }

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

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

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

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

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

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

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

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