#B75F5B

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

Shades of Fuzzy Wuzzy Brown #B75F5B

Tints of Fuzzy Wuzzy Brown #B75F5B

Color information

#B75F5B (or 0xB75F5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B7, 5F and 5B. RGB value is (183,95,91). Sum of RGB (Red+Green+Blue) = 183+95+91=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F5B is #48A0A4. Grayscale: #787878. Windows color (decimal): -4759717 or 5988279. OLE color: 5988279.

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

Color convert

RGB1839591-
CMYK00.480.500.28
HSL2.61º38.98%53.73%-
HSV(B)2.61º50.27%71.76%-
XYZ25.5119.0112.22-
YUV120.86111.15172.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=49.59%
G=25.75%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183959100.480.500.282.6138.9853.73
HexB75F5B030321C32736
Octal267137133060623434766
Binary101101111011111101101101100001100101110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F5B; }

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

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

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

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

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

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

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

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