#B05C5C

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

Shades of Fuzzy Wuzzy Brown #B05C5C

Tints of Fuzzy Wuzzy Brown #B05C5C

Color information

#B05C5C (or 0xB05C5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B0, 5C and 5C. RGB value is (176,92,92). Sum of RGB (Red+Green+Blue) = 176+92+92=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C5C is #4FA3A3. Grayscale: #757575. Windows color (decimal): -5219236 or 6053040. OLE color: 6053040.

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

Color convert

RGB1769292-
CMYK00.480.480.31
HSL34.71%52.55%-
HSV(B)47.73%69.02%-
XYZ23.6617.6612.29-
YUV117.12113.83170-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=48.89%
G=25.56%
B=25.56%

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
Decimal176929200.480.480.31034.7152.55
HexB05C5C030301F02335
Octal260134134060603704365
Binary10110000101110010111000110000110000111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C5C; }

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

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

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

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

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

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

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

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