#BB5753

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

Shades of Fuzzy Wuzzy Brown #BB5753

Tints of Fuzzy Wuzzy Brown #BB5753

Color information

#BB5753 (or 0xBB5753) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BB, 57 and 53. RGB value is (187,87,83). Sum of RGB (Red+Green+Blue) = 187+87+83=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5753 is #44A8AC. Grayscale: #747474. Windows color (decimal): -4499629 or 5461947. OLE color: 5461947.

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

Color convert

RGB1878783-
CMYK00.530.560.27
HSL2.31º43.33%52.94%-
HSV(B)2.31º55.61%73.33%-
XYZ25.4618.0110.32-
YUV116.44109.13178.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=52.38%
G=24.37%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187878300.530.560.272.3143.3352.94
HexBB5753035381B22b35
Octal273127123065703325365
Binary101110111010111101001101101011110001101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5753; }

 p { color: rgb(187,87,83); }

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

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

 a { background-color: rgb(187,87,83); }

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

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

 span { border-color: rgb(187,87,83); }

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