#B75959

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

Shades of Fuzzy Wuzzy Brown #B75959

Tints of Fuzzy Wuzzy Brown #B75959

Color information

#B75959 (or 0xB75959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 59 and 59. RGB value is (183,89,89). Sum of RGB (Red+Green+Blue) = 183+89+89=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B75959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75959 is #48A6A6. Grayscale: #757575. Windows color (decimal): -4761255 or 5855671. OLE color: 5855671.

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

Color convert

RGB1838989-
CMYK00.510.510.28
HSL39.5%53.33%-
HSV(B)51.37%71.76%-
XYZ24.917.9311.6-
YUV117.11112.14175-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=50.69%
G=24.65%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183898900.510.510.28039.553.33
HexB75959033331C02735
Octal267131131063633404765
Binary10110111101100110110010110011110011111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75959; }

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

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

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

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

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

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

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

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