#BE6356

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

Shades of Sunglo #BE6356

Tints of Sunglo #BE6356

Color information

#BE6356 (or 0xBE6356) is unknown color: approx Sunglo. HEX triplet: BE, 63 and 56. RGB value is (190,99,86). Sum of RGB (Red+Green+Blue) = 190+99+86=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6356 is #419CA9. Grayscale: #7C7C7C. Windows color (decimal): -4299946 or 5661630. OLE color: 5661630.

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

Color convert

RGB1909986-
CMYK00.480.550.25
HSL7.5º44.44%54.12%-
HSV(B)7.5º54.74%74.51%-
XYZ27.3820.5411.33-
YUV124.73106.15174.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=50.67%
G=26.4%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190998600.480.550.257.544.4454.12
HexBE6356030371982c36
Octal2761431260606731105466
Binary10111110110001110101100110000110111110011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6356; }

 p { color: rgb(190,99,86); }

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

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

 a { background-color: rgb(190,99,86); }

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

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

 span { border-color: rgb(190,99,86); }

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