#BE5852

Color #BE5852 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BE5852

Tints of Fuzzy Wuzzy Brown #BE5852

Color information

#BE5852 (or 0xBE5852) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 58 and 52. RGB value is (190,88,82). Sum of RGB (Red+Green+Blue) = 190+88+82=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5852 is #41A7AD. Grayscale: #757575. Windows color (decimal): -4302766 or 5396670. OLE color: 5396670.

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

Color convert

RGB1908882-
CMYK00.540.570.25
HSL3.33º45.38%53.33%-
HSV(B)3.33º56.84%74.51%-
XYZ26.2518.5410.18-
YUV117.81107.79179.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=52.78%
G=24.44%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190888200.540.570.253.3345.3853.33
HexBE5852036391932d35
Octal276130122066713135565
Binary101111101011000101001001101101110011100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5852; }

 p { color: rgb(190,88,82); }

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

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

 a { background-color: rgb(190,88,82); }

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

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

 span { border-color: rgb(190,88,82); }

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