#B75656

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

Shades of Fuzzy Wuzzy Brown #B75656

Tints of Fuzzy Wuzzy Brown #B75656

Color information

#B75656 (or 0xB75656) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 56 and 56. RGB value is (183,86,86). Sum of RGB (Red+Green+Blue) = 183+86+86=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B75656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75656 is #48A9A9. Grayscale: #737373. Windows color (decimal): -4762026 or 5658295. OLE color: 5658295.

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

Color convert

RGB1838686-
CMYK00.530.530.28
HSL40.25%52.75%-
HSV(B)53.01%71.76%-
XYZ24.5417.3910.87-
YUV115111.64176.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=51.55%
G=24.23%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183868600.530.530.28040.2552.75
HexB75656035351C02835
Octal267126126065653405065
Binary10110111101011010101100110101110101111000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75656; }

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

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

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

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

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

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

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

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