#bd5656

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

Shades of Fuzzy Wuzzy Brown #BD5656

Tints of Fuzzy Wuzzy Brown #BD5656

Color information

#BD5656 (or 0xBD5656) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BD, 56 and 56. RGB value is (189,86,86). Sum of RGB (Red+Green+Blue) = 189+86+86=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5656 is #42A9A9. Grayscale: #747474. Windows color (decimal): -4368810 or 5658301. OLE color: 5658301.

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

Color convert

RGB1898686-
CMYK00.540.540.26
HSL43.83%53.92%-
HSV(B)54.5%74.12%-
XYZ25.9918.1510.94-
YUV116.8110.62179.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=52.35%
G=23.82%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189868600.540.540.26043.8353.92
HexBD5656036361A02c36
Octal275126126066663205466
Binary10111101101011010101100110110110110110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5656; }

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

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

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

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

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

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

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

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