#BE645B

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

Shades of Sunglo #BE645B

Tints of Sunglo #BE645B

Color information

#BE645B (or 0xBE645B) is unknown color: approx Sunglo. HEX triplet: BE, 64 and 5B. RGB value is (190,100,91). Sum of RGB (Red+Green+Blue) = 190+100+91=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE645B is #419BA4. Grayscale: #7E7E7E. Windows color (decimal): -4299685 or 5989566. OLE color: 5989566.

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

Color convert

RGB19010091-
CMYK00.470.520.25
HSL5.45º43.23%55.1%-
HSV(B)5.45º52.11%74.51%-
XYZ27.6820.8212.46-
YUV125.88108.32173.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=49.87%
G=26.25%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901009100.470.520.255.4543.2355.1
HexBE645B02F341952b37
Octal276144133057643155367
Binary1011111011001001011011010111111010011001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE645B; }

 p { color: rgb(190,100,91); }

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

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

 a { background-color: rgb(190,100,91); }

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

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

 span { border-color: rgb(190,100,91); }

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