#B05C5A

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

Shades of Fuzzy Wuzzy Brown #B05C5A

Tints of Fuzzy Wuzzy Brown #B05C5A

Color information

#B05C5A (or 0xB05C5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B0, 5C and 5A. RGB value is (176,92,90). Sum of RGB (Red+Green+Blue) = 176+92+90=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C5A is #4FA3A5. Grayscale: #747474. Windows color (decimal): -5219238 or 5921968. OLE color: 5921968.

HSL color Cylindrical-coordinate representation of color #B05C5A: hue angle of 1.4º 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 #B05C5A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1769290-
CMYK00.480.490.31
HSL1.4º35.25%52.16%-
HSV(B)1.4º48.86%69.02%-
XYZ23.5817.6211.83-
YUV116.89112.83170.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=49.16%
G=25.70%
B=25.14%

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
Decimal176929000.480.490.311.435.2552.16
HexB05C5A030311F12334
Octal260134132060613714364
Binary10110000101110010110100110000110001111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C5A; }

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

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

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

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

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

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

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

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