#b25d58

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

Shades of Fuzzy Wuzzy Brown #B25D58

Tints of Fuzzy Wuzzy Brown #B25D58

Color information

#B25D58 (or 0xB25D58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B2, 5D and 58. RGB value is (178,93,88). Sum of RGB (Red+Green+Blue) = 178+93+88=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D58 is #4DA2A7. Grayscale: #757575. Windows color (decimal): -5087912 or 5791154. OLE color: 5791154.

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

Color convert

RGB1789388-
CMYK00.480.510.30
HSL3.33º36.89%52.16%-
HSV(B)3.33º50.56%69.8%-
XYZ24.041811.44-
YUV117.84111.16170.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=49.58%
G=25.91%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178938800.480.510.303.3336.8952.16
HexB25D58030331E32534
Octal262135130060633634564
Binary101100101011101101100001100001100111111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25d58; }

 p { color: rgb(178,93,88); }

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

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

 a { background-color: rgb(178,93,88); }

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

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

 span { border-color: rgb(178,93,88); }

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