#BE645A

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

Shades of Sunglo #BE645A

Tints of Sunglo #BE645A

Color information

#BE645A (or 0xBE645A) is unknown color: approx Sunglo. HEX triplet: BE, 64 and 5A. RGB value is (190,100,90). Sum of RGB (Red+Green+Blue) = 190+100+90=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE645A is #419BA5. Grayscale: #7D7D7D. Windows color (decimal): -4299686 or 5924030. OLE color: 5924030.

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

Color convert

RGB19010090-
CMYK00.470.530.25
HSL43.48%54.9%-
HSV(B)52.63%74.51%-
XYZ27.6420.812.23-
YUV125.77107.82173.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=50%
G=26.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901009000.470.530.25643.4854.9
HexBE645A02F351962b37
Octal276144132057653165367
Binary1011111011001001011010010111111010111001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE645A; }

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

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

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

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

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

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

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

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