#BE682A

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

Shades of Christine #BE682A

Tints of Christine #BE682A

Color information

#BE682A (or 0xBE682A) is unknown color: approx Christine. HEX triplet: BE, 68 and 2A. RGB value is (190,104,42). Sum of RGB (Red+Green+Blue) = 190+104+42=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE682A is #4197D5. Grayscale: #7A7A7A. Windows color (decimal): -4298710 or 2779326. OLE color: 2779326.

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

Color convert

RGB19010442-
CMYK00.450.780.25
HSL25.14º63.79%45.49%-
HSV(B)25.14º77.89%74.51%-
XYZ26.621.014.84-
YUV122.6582.49176.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=56.55%
G=30.95%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901044200.450.780.2525.1463.7945.49
HexBE682A02D4E1919402d
Octal27615052055116313110055
Binary1011111011010001010100101101100111011001110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE682A; }

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

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

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

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

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

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

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

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