#BF6C2E

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

Shades of Christine #BF6C2E

Tints of Christine #BF6C2E

Color information

#BF6C2E (or 0xBF6C2E) is unknown color: approx Christine. HEX triplet: BF, 6C and 2E. RGB value is (191,108,46). Sum of RGB (Red+Green+Blue) = 191+108+46=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C2E is #4093D1. Grayscale: #7E7E7E. Windows color (decimal): -4232146 or 3042495. OLE color: 3042495.

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

Color convert

RGB19110846-
CMYK00.430.760.25
HSL25.66º61.18%46.47%-
HSV(B)25.66º75.92%74.9%-
XYZ27.34225.39-
YUV125.7583174.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 46 (18.36% from 255) = 13.33%
R=55.36%
G=31.30%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911084600.430.760.2525.6661.1846.47
HexBF6C2E02B4C191a3d2e
Octal2771545605311431327556
Binary101111111101100101110010101110011001100111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C2E; }

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

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

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

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

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

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

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

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