#BD5958

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

Shades of Fuzzy Wuzzy Brown #BD5958

Tints of Fuzzy Wuzzy Brown #BD5958

Color information

#BD5958 (or 0xBD5958) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 59 and 58. RGB value is (189,89,88). Sum of RGB (Red+Green+Blue) = 189+89+88=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5958 is #42A6A7. Grayscale: #767676. Windows color (decimal): -4368040 or 5790141. OLE color: 5790141.

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

Color convert

RGB1898988-
CMYK00.530.530.26
HSL0.59º43.35%54.31%-
HSV(B)0.59º53.44%74.12%-
XYZ26.3218.6711.45-
YUV118.79110.63178.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=51.64%
G=24.32%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189898800.530.530.260.5943.3554.31
HexBD5958035351A12b36
Octal275131130065653215366
Binary10111101101100110110000110101110101110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5958; }

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

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

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

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

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

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

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

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