#BE6732

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

Shades of Christine #BE6732

Tints of Christine #BE6732

Color information

#BE6732 (or 0xBE6732) is unknown color: approx Christine. HEX triplet: BE, 67 and 32. RGB value is (190,103,50). Sum of RGB (Red+Green+Blue) = 190+103+50=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6732 is #4198CD. Grayscale: #7B7B7B. Windows color (decimal): -4298958 or 3303358. OLE color: 3303358.

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

Color convert

RGB19010350-
CMYK00.460.740.25
HSL22.71º58.33%47.06%-
HSV(B)22.71º73.68%74.51%-
XYZ26.6620.885.64-
YUV122.9786.82175.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=55.39%
G=30.03%
B=14.58%

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
Decimal1901035000.460.740.2522.7158.3347.06
HexBE673202E4A19173a2f
Octal2761476205611231277257
Binary101111101100111110010010111010010101100110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6732; }

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

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

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

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

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

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

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

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