#B75F5F

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

Shades of Fuzzy Wuzzy Brown #B75F5F

Tints of Fuzzy Wuzzy Brown #B75F5F

Color information

#B75F5F (or 0xB75F5F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 5F and 5F. RGB value is (183,95,95). Sum of RGB (Red+Green+Blue) = 183+95+95=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F5F is #48A0A0. Grayscale: #797979. Windows color (decimal): -4759713 or 6250423. OLE color: 6250423.

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

Color convert

RGB1839595-
CMYK00.480.480.28
HSL37.93%54.51%-
HSV(B)48.09%71.76%-
XYZ25.6919.0813.16-
YUV121.31113.15172-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=49.06%
G=25.47%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183959500.480.480.28037.9354.51
HexB75F5F030301C02637
Octal267137137060603404667
Binary10110111101111110111110110000110000111000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F5F; }

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

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

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

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

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

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

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

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