#BF5919

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

Shades of Christine #BF5919

Tints of Christine #BF5919

Color information

#BF5919 (or 0xBF5919) is unknown color: approx Christine. HEX triplet: BF, 59 and 19. RGB value is (191,89,25). Sum of RGB (Red+Green+Blue) = 191+89+25=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5919 is #40A6E6. Grayscale: #707070. Windows color (decimal): -4237031 or 1661375. OLE color: 1661375.

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

Color convert

RGB1918925-
CMYK00.530.870.25
HSL23.13º76.85%42.35%-
HSV(B)23.13º86.91%74.9%-
XYZ25.2318.293.12-
YUV112.278.79184.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=62.62%
G=29.18%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191892500.530.870.2523.1376.8542.35
HexBF59190355719174d2a
Octal27713131065127312711552
Binary101111111011001110010110101101011111001101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5919; }

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

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

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

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

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

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

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

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