Html Css Color HEX #B15959 Fuzzy Wuzzy Brown

📋 copy color: '#B15959'

red 177 ◦ green 89 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #B15959

Tints of Fuzzy Wuzzy Brown #B15959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 49.86%
G = 25.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15959 (or 0xB15959) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 59 and 59. RGB value is (177,89,89). Sum of RGB (Red+Green+Blue) = 177+89+89=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15959 is #4EA6A6. Grayscale: #737373. Windows color (decimal): -5154471 or 5855665. OLE color: 5855665.

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

Color convert

RGB 177 89 89 -
CMYK 0 0.50 0.50 0.31
HSL 0.36% 0.52% -
HSV(B) 0.5% 0.69% -
XYZ 23.51 17.21 11.53 -
YUV 115.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 177 89 89 0 0.50 0.50 0.31 0 0.36 0.52
Hex B1 59 59 0 32 32 1F 0 24 34
Octal 261 131 131 0 62 62 37 0 44 64
Binary 10110001 1011001 1011001 0 110010 110010 11111 0 100100 110100

Color Harmonies of #B15959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15959

Black with #B15959

Text Example


Text Example

White with #B15959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15959; }

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

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

background-color css

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

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

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

border-color css

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

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

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