#B8601B

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

Shades of Christine #B8601B

Tints of Christine #B8601B

Color information

#B8601B (or 0xB8601B) is unknown color: approx Christine. HEX triplet: B8, 60 and 1B. RGB value is (184,96,27). Sum of RGB (Red+Green+Blue) = 184+96+27=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8601B is #479FE4. Grayscale: #727272. Windows color (decimal): -4693989 or 1794232. OLE color: 1794232.

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

Color convert

RGB1849627-
CMYK00.480.850.28
HSL26.37º74.41%41.37%-
HSV(B)26.37º85.33%72.16%-
XYZ24.1518.643.36-
YUV114.4578.65177.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 27 (10.94% from 255) = 8.79%
R=59.93%
G=31.27%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184962700.480.850.2826.3774.4141.37
HexB8601B030551C1a4a29
Octal27014033060125343211251
Binary101110001100000110110110000101010111100110101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8601B; }

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

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

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

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

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

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

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

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