Html Css Color HEX #B15A59 Fuzzy Wuzzy Brown

📋 copy color: '#B15A59'

red 177 ◦ green 90 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #B15A59

Tints of Fuzzy Wuzzy Brown #B15A59

RGB

 RED value IS 177 (69.53% from 255) = 49.72%

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 49.72%
G = 25.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15A59 (or 0xB15A59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 5A and 59. RGB value is (177,90,89). Sum of RGB (Red+Green+Blue) = 177+90+89=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A59 is #4EA5A6. Grayscale: #737373. Windows color (decimal): -5154215 or 5855921. OLE color: 5855921.

HSL color Cylindrical-coordinate representation of color #B15A59: hue angle of 0.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15A59 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 89 -
CMYK 0 0.49 0.50 0.31
HSL 0.68º 0.36% 0.52% -
HSV(B) 0.68º 0.5% 0.69% -
XYZ 23.59 17.38 11.56 -
YUV 115.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 177 90 89 0 0.49 0.50 0.31 0.68 0.36 0.52
Hex B1 5A 59 0 31 32 1F 1 24 34
Octal 261 132 131 0 61 62 37 1 44 64
Binary 10110001 1011010 1011001 0 110001 110010 11111 1 100100 110100

Color Harmonies of #B15A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A59

Black with #B15A59

Text Example


Text Example

White with #B15A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A59; }

 p { color: rgb(177,90,89); }

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

background-color css

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

 a { background-color: rgb(177,90,89); }

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

border-color css

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

 span { border-color: rgb(177,90,89); }

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