#BB5856

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

Shades of Fuzzy Wuzzy Brown #BB5856

Tints of Fuzzy Wuzzy Brown #BB5856

Color information

#BB5856 (or 0xBB5856) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 58 and 56. RGB value is (187,88,86). Sum of RGB (Red+Green+Blue) = 187+88+86=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5856 is #44A7A9. Grayscale: #757575. Windows color (decimal): -4499370 or 5658811. OLE color: 5658811.

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

Color convert

RGB1878886-
CMYK00.530.540.27
HSL1.19º42.62%53.53%-
HSV(B)1.19º54.01%73.33%-
XYZ25.6618.2210.97-
YUV117.37110.3177.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=51.80%
G=24.38%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187888600.530.540.271.1942.6253.53
HexBB5856035361B12b36
Octal273130126065663315366
Binary10111011101100010101100110101110110110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5856; }

 p { color: rgb(187,88,86); }

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

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

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

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

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

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

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