Html Css Color HEX #B25C59 Fuzzy Wuzzy Brown

📋 copy color: '#B25C59'

red 178 ◦ green 92 ◦ blue 89

#B25C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #B25C59

Tints of Fuzzy Wuzzy Brown #B25C59

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

 GREEN value IS 92 (36.33% from 255) = 25.63%

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 49.58%
G = 25.63%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B25C59 (or 0xB25C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 5C and 59. RGB value is (178,92,89). Sum of RGB (Red+Green+Blue) = 178+92+89=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C59 is #4DA3A6. Grayscale: #757575. Windows color (decimal): -5088167 or 5856434. OLE color: 5856434.

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

Color convert

RGB 178 92 89 -
CMYK 0 0.48 0.5 0.30
HSL 2.02º 0.37% 0.52% -
HSV(B) 2.02º 0.5% 0.7% -
XYZ 23.99 17.84 11.63 -
YUV 117.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 178 92 89 0 0.48 0.5 0.30 2.02 0.37 0.52
Hex B2 5C 59 0 30 32 1E 2 25 34
Octal 262 134 131 0 60 62 36 2 45 64
Binary 10110010 1011100 1011001 0 110000 110010 11110 10 100101 110100

Color Harmonies of #B25C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C59

Black with #B25C59

Text Example


Text Example

White with #B25C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C59; }

 p { color: rgb(178,92,89); }

 H1.HeaderClassName
 {
   color: #B25C59;
 }
 .AnyTagClassName
 {
   color: #B25C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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