#BE6625

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

Shades of Christine #BE6625

Tints of Christine #BE6625

Color information

#BE6625 (or 0xBE6625) is unknown color: approx Christine. HEX triplet: BE, 66 and 25. RGB value is (190,102,37). Sum of RGB (Red+Green+Blue) = 190+102+37=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6625 is #4199DA. Grayscale: #797979. Windows color (decimal): -4299227 or 2451134. OLE color: 2451134.

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

Color convert

RGB19010237-
CMYK00.460.810.25
HSL25.49º67.4%44.51%-
HSV(B)25.49º80.53%74.51%-
XYZ26.3220.584.34-
YUV120.980.65177.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=57.75%
G=31.00%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901023700.460.810.2525.4967.444.51
HexBE662502E511919432d
Octal27614645056121313110355
Binary1011111011001101001010101110101000111001110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6625; }

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

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

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

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

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

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

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

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