#BD5957

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

Shades of Fuzzy Wuzzy Brown #BD5957

Tints of Fuzzy Wuzzy Brown #BD5957

Color information

#BD5957 (or 0xBD5957) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 59 and 57. RGB value is (189,89,87). Sum of RGB (Red+Green+Blue) = 189+89+87=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5957 is #42A6A8. Grayscale: #767676. Windows color (decimal): -4368041 or 5724605. OLE color: 5724605.

HSL color Cylindrical-coordinate representation of color #BD5957: hue angle of 1.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5957 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1898987-
CMYK00.530.540.26
HSL1.18º43.59%54.12%-
HSV(B)1.18º53.97%74.12%-
XYZ26.2818.6511.23-
YUV118.67110.13178.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=51.78%
G=24.38%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189898700.530.540.261.1843.5954.12
HexBD5957035361A12c36
Octal275131127065663215466
Binary10111101101100110101110110101110110110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5957; }

 p { color: rgb(189,89,87); }

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

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

 a { background-color: rgb(189,89,87); }

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

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

 span { border-color: rgb(189,89,87); }

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