#BE6253

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

Shades of Sunglo #BE6253

Tints of Sunglo #BE6253

Color information

#BE6253 (or 0xBE6253) is unknown color: approx Sunglo. HEX triplet: BE, 62 and 53. RGB value is (190,98,83). Sum of RGB (Red+Green+Blue) = 190+98+83=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6253 is #419DAC. Grayscale: #7B7B7B. Windows color (decimal): -4300205 or 5464766. OLE color: 5464766.

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

Color convert

RGB1909883-
CMYK00.480.560.25
HSL8.41º45.15%53.53%-
HSV(B)8.41º56.32%74.51%-
XYZ27.1620.3110.67-
YUV123.8104.98175.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=51.21%
G=26.42%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190988300.480.560.258.4145.1553.53
HexBE6253030381982d36
Octal2761421230607031105566
Binary10111110110001010100110110000111000110011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6253; }

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

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

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

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

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

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

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

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