#BF5824

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

Shades of Christine #BF5824

Tints of Christine #BF5824

Color information

#BF5824 (or 0xBF5824) is unknown color: approx Christine. HEX triplet: BF, 58 and 24. RGB value is (191,88,36). Sum of RGB (Red+Green+Blue) = 191+88+36=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5824 is #40A7DB. Grayscale: #717171. Windows color (decimal): -4237276 or 2382015. OLE color: 2382015.

HSL color Cylindrical-coordinate representation of color #BF5824: hue angle of 20.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF5824 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1918836-
CMYK00.540.810.25
HSL20.13º68.28%44.51%-
HSV(B)20.13º81.15%74.9%-
XYZ25.2918.183.85-
YUV112.8784.62183.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=60.63%
G=27.94%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191883600.540.810.2520.1368.2844.51
HexBF5824036511914442d
Octal27713044066121312410455
Binary1011111110110001001000110110101000111001101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5824; }

 p { color: rgb(191,88,36); }

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

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

 a { background-color: rgb(191,88,36); }

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

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

 span { border-color: rgb(191,88,36); }

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