#BF5D1F

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

Shades of Christine #BF5D1F

Tints of Christine #BF5D1F

Color information

#BF5D1F (or 0xBF5D1F) is unknown color: approx Christine. HEX triplet: BF, 5D and 1F. RGB value is (191,93,31). Sum of RGB (Red+Green+Blue) = 191+93+31=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5D1F is #40A2E0. Grayscale: #737373. Windows color (decimal): -4236001 or 2055615. OLE color: 2055615.

HSL color Cylindrical-coordinate representation of color #BF5D1F: hue angle of 23.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF5D1F is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1919331-
CMYK00.510.840.25
HSL23.25º72.07%43.53%-
HSV(B)23.25º83.77%74.9%-
XYZ25.65193.61-
YUV115.2380.47182.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 31 (12.5% from 255) = 9.84%
R=60.63%
G=29.52%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191933100.510.840.2523.2572.0743.53
HexBF5D1F033541917482c
Octal27713537063124312711054
Binary101111111011101111110110011101010011001101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D1F; }

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

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

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

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

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

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

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

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