#BE692A

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

Shades of Christine #BE692A

Tints of Christine #BE692A

Color information

#BE692A (or 0xBE692A) is unknown color: approx Christine. HEX triplet: BE, 69 and 2A. RGB value is (190,105,42). Sum of RGB (Red+Green+Blue) = 190+105+42=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE692A is #4196D5. Grayscale: #7B7B7B. Windows color (decimal): -4298454 or 2779582. OLE color: 2779582.

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

Color convert

RGB19010542-
CMYK00.450.780.25
HSL25.54º63.79%45.49%-
HSV(B)25.54º77.89%74.51%-
XYZ26.721.224.88-
YUV123.2382.16175.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=56.38%
G=31.16%
B=12.46%

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
Decimal1901054200.450.780.2525.5463.7945.49
HexBE692A02D4E191a402d
Octal27615152055116313210055
Binary1011111011010011010100101101100111011001110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE692A; }

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

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

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

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

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

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

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

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