#BE6153

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

Shades of Sunglo #BE6153

Tints of Sunglo #BE6153

Color information

#BE6153 (or 0xBE6153) is unknown color: approx Sunglo. HEX triplet: BE, 61 and 53. RGB value is (190,97,83). Sum of RGB (Red+Green+Blue) = 190+97+83=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6153 is #419EAC. Grayscale: #7B7B7B. Windows color (decimal): -4300461 or 5464510. OLE color: 5464510.

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

Color convert

RGB1909783-
CMYK00.490.560.25
HSL7.85º45.15%53.53%-
HSV(B)7.85º56.32%74.51%-
XYZ27.0720.1210.64-
YUV123.21105.31175.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=51.35%
G=26.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190978300.490.560.257.8545.1553.53
HexBE6153031381982d36
Octal2761411230617031105566
Binary10111110110000110100110110001111000110011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6153; }

 p { color: rgb(190,97,83); }

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

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

 a { background-color: rgb(190,97,83); }

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

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

 span { border-color: rgb(190,97,83); }

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