#B75B59

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

Shades of Fuzzy Wuzzy Brown #B75B59

Tints of Fuzzy Wuzzy Brown #B75B59

Color information

#B75B59 (or 0xB75B59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 5B and 59. RGB value is (183,91,89). Sum of RGB (Red+Green+Blue) = 183+91+89=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75B59 is #48A4A6. Grayscale: #767676. Windows color (decimal): -4760743 or 5856183. OLE color: 5856183.

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

Color convert

RGB1839189-
CMYK00.500.510.28
HSL1.28º39.5%53.33%-
HSV(B)1.28º51.37%71.76%-
XYZ25.0718.2711.66-
YUV118.28111.48174.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=50.41%
G=25.07%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183918900.500.510.281.2839.553.33
HexB75B59032331C12735
Octal267133131062633414765
Binary10110111101101110110010110010110011111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B59; }

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

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

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

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

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

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

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

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