#B05B5A

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

Shades of Fuzzy Wuzzy Brown #B05B5A

Tints of Fuzzy Wuzzy Brown #B05B5A

Color information

#B05B5A (or 0xB05B5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B0, 5B and 5A. RGB value is (176,91,90). Sum of RGB (Red+Green+Blue) = 176+91+90=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B5A is #4FA4A5. Grayscale: #747474. Windows color (decimal): -5219494 or 5921712. OLE color: 5921712.

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

Color convert

RGB1769190-
CMYK00.480.490.31
HSL0.7º35.25%52.16%-
HSV(B)0.7º48.86%69.02%-
XYZ23.4917.4511.8-
YUV116.3113.16170.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=49.30%
G=25.49%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176919000.480.490.310.735.2552.16
HexB05B5A030311F12334
Octal260133132060613714364
Binary10110000101101110110100110000110001111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B5A; }

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

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

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

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

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

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

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

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