#BF642E

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

Shades of Christine #BF642E

Tints of Christine #BF642E

Color information

#BF642E (or 0xBF642E) is unknown color: approx Christine. HEX triplet: BF, 64 and 2E. RGB value is (191,100,46). Sum of RGB (Red+Green+Blue) = 191+100+46=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF642E is #409BD1. Grayscale: #797979. Windows color (decimal): -4234194 or 3040447. OLE color: 3040447.

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

Color convert

RGB19110046-
CMYK00.480.760.25
HSL22.34º61.18%46.47%-
HSV(B)22.34º75.92%74.9%-
XYZ26.5420.395.12-
YUV121.0585.65177.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=56.68%
G=29.67%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911004600.480.760.2522.3461.1846.47
HexBF642E0304C19163d2e
Octal2771445606011431267556
Binary101111111100100101110011000010011001100110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF642E; }

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

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

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

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

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

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

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

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