#BD5655

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

Shades of Fuzzy Wuzzy Brown #BD5655

Tints of Fuzzy Wuzzy Brown #BD5655

Color information

#BD5655 (or 0xBD5655) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 56 and 55. RGB value is (189,86,85). Sum of RGB (Red+Green+Blue) = 189+86+85=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5655 is #42A9AA. Grayscale: #747474. Windows color (decimal): -4368811 or 5592765. OLE color: 5592765.

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

Color convert

RGB1898685-
CMYK00.540.550.26
HSL0.58º44.07%53.73%-
HSV(B)0.58º55.03%74.12%-
XYZ25.9518.1310.73-
YUV116.68110.12179.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=52.5%
G=23.89%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189868500.540.550.260.5844.0753.73
HexBD5655036371A12c36
Octal275126125066673215466
Binary10111101101011010101010110110110111110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5655; }

 p { color: rgb(189,86,85); }

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

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

 a { background-color: rgb(189,86,85); }

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

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

 span { border-color: rgb(189,86,85); }

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