#BF6B2E

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

Shades of Christine #BF6B2E

Tints of Christine #BF6B2E

Color information

#BF6B2E (or 0xBF6B2E) is unknown color: approx Christine. HEX triplet: BF, 6B and 2E. RGB value is (191,107,46). Sum of RGB (Red+Green+Blue) = 191+107+46=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B2E is #4094D1. Grayscale: #7D7D7D. Windows color (decimal): -4232402 or 3042239. OLE color: 3042239.

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

Color convert

RGB19110746-
CMYK00.440.760.25
HSL25.24º61.18%46.47%-
HSV(B)25.24º75.92%74.9%-
XYZ27.2421.795.35-
YUV125.1683.33174.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 46 (18.36% from 255) = 13.37%
R=55.52%
G=31.10%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911074600.440.760.2525.2461.1846.47
HexBF6B2E02C4C19193d2e
Octal2771535605411431317556
Binary101111111101011101110010110010011001100111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B2E; }

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

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

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

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

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

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

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

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