#B25F5A

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

Shades of Fuzzy Wuzzy Brown #B25F5A

Tints of Fuzzy Wuzzy Brown #B25F5A

Color information

#B25F5A (or 0xB25F5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B2, 5F and 5A. RGB value is (178,95,90). Sum of RGB (Red+Green+Blue) = 178+95+90=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F5A is #4DA0A5. Grayscale: #777777. Windows color (decimal): -5087398 or 5922738. OLE color: 5922738.

HSL color Cylindrical-coordinate representation of color #B25F5A: hue angle of 3.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25F5A is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1789590-
CMYK00.470.490.30
HSL3.41º36.36%52.55%-
HSV(B)3.41º49.44%69.8%-
XYZ24.318.3911.94-
YUV119.25111.5169.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=49.04%
G=26.17%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178959000.470.490.303.4136.3652.55
HexB25F5A02F311E32435
Octal262137132057613634465
Binary101100101011111101101001011111100011111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F5A; }

 p { color: rgb(178,95,90); }

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

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

 a { background-color: rgb(178,95,90); }

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

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

 span { border-color: rgb(178,95,90); }

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