#BE6755

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

Shades of Sunglo #BE6755

Tints of Sunglo #BE6755

Color information

#BE6755 (or 0xBE6755) is unknown color: approx Sunglo. HEX triplet: BE, 67 and 55. RGB value is (190,103,85). Sum of RGB (Red+Green+Blue) = 190+103+85=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6755 is #4198AA. Grayscale: #7F7F7F. Windows color (decimal): -4298923 or 5597118. OLE color: 5597118.

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

Color convert

RGB19010385-
CMYK00.460.550.25
HSL10.29º44.68%53.92%-
HSV(B)10.29º55.26%74.51%-
XYZ27.7321.311.25-
YUV126.96104.32172.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=50.26%
G=27.25%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901038500.460.550.2510.2944.6853.92
HexBE675502E3719a2d36
Octal2761471250566731125566
Binary10111110110011110101010101110110111110011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6755; }

 p { color: rgb(190,103,85); }

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

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

 a { background-color: rgb(190,103,85); }

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

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

 span { border-color: rgb(190,103,85); }

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