#B8601F

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

Shades of Christine #B8601F

Tints of Christine #B8601F

Color information

#B8601F (or 0xB8601F) is unknown color: approx Christine. HEX triplet: B8, 60 and 1F. RGB value is (184,96,31). Sum of RGB (Red+Green+Blue) = 184+96+31=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8601F is #479FE0. Grayscale: #737373. Windows color (decimal): -4693985 or 2056376. OLE color: 2056376.

HSL color Cylindrical-coordinate representation of color #B8601F: hue angle of 25.49º 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 #B8601F is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1849631-
CMYK00.480.830.28
HSL25.49º71.16%42.16%-
HSV(B)25.49º83.15%72.16%-
XYZ24.218.663.62-
YUV114.980.65177.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=59.16%
G=30.87%
B=9.97%

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
Decimal184963100.480.830.2825.4971.1642.16
HexB8601F030531C19472a
Octal27014037060123343110752
Binary101110001100000111110110000101001111100110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8601F; }

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

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

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

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

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

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

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

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