#BE6632

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

Shades of Christine #BE6632

Tints of Christine #BE6632

Color information

#BE6632 (or 0xBE6632) is unknown color: approx Christine. HEX triplet: BE, 66 and 32. RGB value is (190,102,50). Sum of RGB (Red+Green+Blue) = 190+102+50=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6632 is #4199CD. Grayscale: #7A7A7A. Windows color (decimal): -4299214 or 3303102. OLE color: 3303102.

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

Color convert

RGB19010250-
CMYK00.460.740.25
HSL22.29º58.33%47.06%-
HSV(B)22.29º73.68%74.51%-
XYZ26.5620.685.61-
YUV122.3887.15176.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 50 (19.92% from 255) = 14.62%
R=55.56%
G=29.82%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901025000.460.740.2522.2958.3347.06
HexBE663202E4A19163a2f
Octal2761466205611231267257
Binary101111101100110110010010111010010101100110110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6632; }

 p { color: rgb(190,102,50); }

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

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

 a { background-color: rgb(190,102,50); }

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

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

 span { border-color: rgb(190,102,50); }

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