#BF5825

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

Shades of Christine #BF5825

Tints of Christine #BF5825

Color information

#BF5825 (or 0xBF5825) is unknown color: approx Christine. HEX triplet: BF, 58 and 25. RGB value is (191,88,37). Sum of RGB (Red+Green+Blue) = 191+88+37=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5825 is #40A7DA. Grayscale: #717171. Windows color (decimal): -4237275 or 2447551. OLE color: 2447551.

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

Color convert

RGB1918837-
CMYK00.540.810.25
HSL19.87º67.54%44.71%-
HSV(B)19.87º80.63%74.9%-
XYZ25.3118.193.93-
YUV112.9885.12183.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=60.44%
G=27.85%
B=11.71%

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
Decimal191883700.540.810.2519.8767.5444.71
HexBF5825036511914442d
Octal27713045066121312410455
Binary1011111110110001001010110110101000111001101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5825; }

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

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

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

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

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

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

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

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