#BD5A59

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

Shades of Fuzzy Wuzzy Brown #BD5A59

Tints of Fuzzy Wuzzy Brown #BD5A59

Color information

#BD5A59 (or 0xBD5A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 5A and 59. RGB value is (189,90,89). Sum of RGB (Red+Green+Blue) = 189+90+89=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A59 is #42A5A6. Grayscale: #777777. Windows color (decimal): -4367783 or 5855933. OLE color: 5855933.

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

Color convert

RGB1899089-
CMYK00.520.530.26
HSL0.6º43.1%54.51%-
HSV(B)0.6º52.91%74.12%-
XYZ26.4518.8511.7-
YUV119.49110.8177.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=51.36%
G=24.46%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189908900.520.530.260.643.154.51
HexBD5A59034351A12b37
Octal275132131064653215367
Binary10111101101101010110010110100110101110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A59; }

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

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

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

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

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

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

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

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