#B05B5B

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

Shades of Fuzzy Wuzzy Brown #B05B5B

Tints of Fuzzy Wuzzy Brown #B05B5B

Color information

#B05B5B (or 0xB05B5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B0, 5B and 5B. RGB value is (176,91,91). Sum of RGB (Red+Green+Blue) = 176+91+91=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B5B is #4FA4A4. Grayscale: #747474. Windows color (decimal): -5219493 or 5987248. OLE color: 5987248.

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

Color convert

RGB1769191-
CMYK00.480.480.31
HSL34.98%52.35%-
HSV(B)48.3%69.02%-
XYZ23.5317.4712.03-
YUV116.42113.66170.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=49.16%
G=25.42%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176919100.480.480.31034.9852.35
HexB05B5B030301F02334
Octal260133133060603704364
Binary10110000101101110110110110000110000111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B5B; }

 p { color: rgb(176,91,91); }

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

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

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

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

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

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

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