#B25B5A

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

Shades of Fuzzy Wuzzy Brown #B25B5A

Tints of Fuzzy Wuzzy Brown #B25B5A

Color information

#B25B5A (or 0xB25B5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B2, 5B and 5A. RGB value is (178,91,90). Sum of RGB (Red+Green+Blue) = 178+91+90=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B5A is #4DA4A5. Grayscale: #747474. Windows color (decimal): -5088422 or 5921714. OLE color: 5921714.

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

Color convert

RGB1789190-
CMYK00.490.490.30
HSL0.68º36.36%52.55%-
HSV(B)0.68º49.44%69.8%-
XYZ23.9517.6911.82-
YUV116.9112.82171.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=49.58%
G=25.35%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178919000.490.490.300.6836.3652.55
HexB25B5A031311E12435
Octal262133132061613614465
Binary10110010101101110110100110001110001111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B5A; }

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

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

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

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

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

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

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

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