#BF591C

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

Shades of Christine #BF591C

Tints of Christine #BF591C

Color information

#BF591C (or 0xBF591C) is unknown color: approx Christine. HEX triplet: BF, 59 and 1C. RGB value is (191,89,28). Sum of RGB (Red+Green+Blue) = 191+89+28=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF591C is #40A6E3. Grayscale: #707070. Windows color (decimal): -4237028 or 1857983. OLE color: 1857983.

HSL color Cylindrical-coordinate representation of color #BF591C: hue angle of 22.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF591C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1918928-
CMYK00.530.850.25
HSL22.45º74.43%42.94%-
HSV(B)22.45º85.34%74.9%-
XYZ25.2718.33.3-
YUV112.5480.29183.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.01%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 28 (11.33% from 255) = 9.09%
R=62.01%
G=28.90%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191892800.530.850.2522.4574.4342.94
HexBF591C0355519164a2b
Octal27713134065125312611253
Binary101111111011001111000110101101010111001101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF591C; }

 p { color: rgb(191,89,28); }

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

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

 a { background-color: rgb(191,89,28); }

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

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

 span { border-color: rgb(191,89,28); }

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