#BF6636

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

Shades of Christine #BF6636

Tints of Christine #BF6636

Color information

#BF6636 (or 0xBF6636) is unknown color: approx Christine. HEX triplet: BF, 66 and 36. RGB value is (191,102,54). Sum of RGB (Red+Green+Blue) = 191+102+54=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6636 is #4099C9. Grayscale: #7B7B7B. Windows color (decimal): -4233674 or 3565247. OLE color: 3565247.

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

Color convert

RGB19110254-
CMYK00.470.720.25
HSL21.02º55.92%48.04%-
HSV(B)21.02º71.73%74.9%-
XYZ26.920.856.1-
YUV123.1488.99176.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=55.04%
G=29.39%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911025400.470.720.2521.0255.9248.04
HexBF663602F4819153830
Octal2771466605711031257060
Binary101111111100110110110010111110010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6636; }

 p { color: rgb(191,102,54); }

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

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

 a { background-color: rgb(191,102,54); }

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

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

 span { border-color: rgb(191,102,54); }

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