#BE6854

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

Shades of Sunglo #BE6854

Tints of Sunglo #BE6854

Color information

#BE6854 (or 0xBE6854) is unknown color: approx Sunglo. HEX triplet: BE, 68 and 54. RGB value is (190,104,84). Sum of RGB (Red+Green+Blue) = 190+104+84=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6854 is #4197AB. Grayscale: #7F7F7F. Windows color (decimal): -4298668 or 5531838. OLE color: 5531838.

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

Color convert

RGB19010484-
CMYK00.450.560.25
HSL11.32º44.92%53.73%-
HSV(B)11.32º55.79%74.51%-
XYZ27.7921.4911.07-
YUV127.43103.49172.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=50.26%
G=27.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901048400.450.560.2511.3244.9253.73
HexBE685402D3819b2d36
Octal2761501240557031135566
Binary10111110110100010101000101101111000110011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6854; }

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

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

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

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

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

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

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

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