#BF612E

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

Shades of Christine #BF612E

Tints of Christine #BF612E

Color information

#BF612E (or 0xBF612E) is unknown color: approx Christine. HEX triplet: BF, 61 and 2E. RGB value is (191,97,46). Sum of RGB (Red+Green+Blue) = 191+97+46=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF612E is #409ED1. Grayscale: #777777. Windows color (decimal): -4234962 or 3039679. OLE color: 3039679.

HSL color Cylindrical-coordinate representation of color #BF612E: hue angle of 21.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF612E is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1919746-
CMYK00.490.760.25
HSL21.1º61.18%46.47%-
HSV(B)21.1º75.92%74.9%-
XYZ26.2519.825.03-
YUV119.2986.64179.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=57.19%
G=29.04%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191974600.490.760.2521.161.1846.47
HexBF612E0314C19153d2e
Octal2771415606111431257556
Binary101111111100001101110011000110011001100110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF612E; }

 p { color: rgb(191,97,46); }

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

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

 a { background-color: rgb(191,97,46); }

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

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

 span { border-color: rgb(191,97,46); }

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