#BF5D25

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

Shades of Christine #BF5D25

Tints of Christine #BF5D25

Color information

#BF5D25 (or 0xBF5D25) is unknown color: approx Christine. HEX triplet: BF, 5D and 25. RGB value is (191,93,37). Sum of RGB (Red+Green+Blue) = 191+93+37=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D25 is #40A2DA. Grayscale: #747474. Windows color (decimal): -4235995 or 2448831. OLE color: 2448831.

HSL color Cylindrical-coordinate representation of color #BF5D25: hue angle of 21.82º 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 #BF5D25 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1919337-
CMYK00.510.810.25
HSL21.82º67.54%44.71%-
HSV(B)21.82º80.63%74.9%-
XYZ25.7319.044.07-
YUV115.9283.47181.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=59.50%
G=28.97%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191933700.510.810.2521.8267.5444.71
HexBF5D25033511916442d
Octal27713545063121312610455
Binary1011111110111011001010110011101000111001101101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D25; }

 p { color: rgb(191,93,37); }

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

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

 a { background-color: rgb(191,93,37); }

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

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

 span { border-color: rgb(191,93,37); }

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