#BE5452

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

Shades of Fuzzy Wuzzy Brown #BE5452

Tints of Fuzzy Wuzzy Brown #BE5452

Color information

#BE5452 (or 0xBE5452) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 54 and 52. RGB value is (190,84,82). Sum of RGB (Red+Green+Blue) = 190+84+82=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5452 is #41ABAD. Grayscale: #737373. Windows color (decimal): -4303790 or 5395646. OLE color: 5395646.

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

Color convert

RGB1908482-
CMYK00.560.570.25
HSL1.11º45.38%53.33%-
HSV(B)1.11º56.84%74.51%-
XYZ25.9317.910.07-
YUV115.47109.12181.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=53.37%
G=23.60%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190848200.560.570.251.1145.3853.33
HexBE5452038391912d35
Octal276124122070713115565
Binary10111110101010010100100111000111001110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5452; }

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

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

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

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

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

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

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

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