#BE6A54

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

Shades of Sunglo #BE6A54

Tints of Sunglo #BE6A54

Color information

#BE6A54 (or 0xBE6A54) is unknown color: approx Sunglo. HEX triplet: BE, 6A and 54. RGB value is (190,106,84). Sum of RGB (Red+Green+Blue) = 190+106+84=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A54 is #4195AB. Grayscale: #808080. Windows color (decimal): -4298156 or 5532350. OLE color: 5532350.

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

Color convert

RGB19010684-
CMYK00.440.560.25
HSL12.45º44.92%53.73%-
HSV(B)12.45º55.79%74.51%-
XYZ27.9921.911.14-
YUV128.61102.83171.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=50%
G=27.89%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901068400.440.560.2512.4544.9253.73
HexBE6A5402C3819c2d36
Octal2761521240547031145566
Binary10111110110101010101000101100111000110011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A54; }

 p { color: rgb(190,106,84); }

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

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

 a { background-color: rgb(190,106,84); }

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

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

 span { border-color: rgb(190,106,84); }

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