#BF5B25

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

Shades of Christine #BF5B25

Tints of Christine #BF5B25

Color information

#BF5B25 (or 0xBF5B25) is unknown color: approx Christine. HEX triplet: BF, 5B and 25. RGB value is (191,91,37). Sum of RGB (Red+Green+Blue) = 191+91+37=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B25 is #40A4DA. Grayscale: #737373. Windows color (decimal): -4236507 or 2448319. OLE color: 2448319.

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

Color convert

RGB1919137-
CMYK00.520.810.25
HSL21.04º67.54%44.71%-
HSV(B)21.04º80.63%74.9%-
XYZ25.5618.694.01-
YUV114.7484.13182.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=59.87%
G=28.53%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191913700.520.810.2521.0467.5444.71
HexBF5B25034511915442d
Octal27713345064121312510455
Binary1011111110110111001010110100101000111001101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B25; }

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

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

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

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

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

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

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

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