#BE6836

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

Shades of Christine #BE6836

Tints of Christine #BE6836

Color information

#BE6836 (or 0xBE6836) is unknown color: approx Christine. HEX triplet: BE, 68 and 36. RGB value is (190,104,54). Sum of RGB (Red+Green+Blue) = 190+104+54=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6836 is #4197C9. Grayscale: #7C7C7C. Windows color (decimal): -4298698 or 3565758. OLE color: 3565758.

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

Color convert

RGB19010454-
CMYK00.450.720.25
HSL22.06º55.74%47.84%-
HSV(B)22.06º71.58%74.51%-
XYZ26.8521.116.15-
YUV124.0188.49175.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=54.60%
G=29.89%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901045400.450.720.2522.0655.7447.84
HexBE683602D4819163830
Octal2761506605511031267060
Binary101111101101000110110010110110010001100110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6836; }

 p { color: rgb(190,104,54); }

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

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

 a { background-color: rgb(190,104,54); }

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

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

 span { border-color: rgb(190,104,54); }

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