Html Css Color HEX #B15B59 Fuzzy Wuzzy Brown

📋 copy color: '#B15B59'

red 177 ◦ green 91 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #B15B59

Tints of Fuzzy Wuzzy Brown #B15B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

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

R = 49.58%
G = 25.49%
B = 24.93%

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

#B15B59 (or 0xB15B59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 5B and 59. RGB value is (177,91,89). Sum of RGB (Red+Green+Blue) = 177+91+89=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B59 is #4EA4A6. Grayscale: #747474. Windows color (decimal): -5153959 or 5856177. OLE color: 5856177.

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

Color convert

RGB 177 91 89 -
CMYK 0 0.49 0.50 0.31
HSL 1.36º 0.36% 0.52% -
HSV(B) 1.36º 0.5% 0.69% -
XYZ 23.68 17.55 11.59 -
YUV 116.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 177 91 89 0 0.49 0.50 0.31 1.36 0.36 0.52
Hex B1 5B 59 0 31 32 1F 1 24 34
Octal 261 133 131 0 61 62 37 1 44 64
Binary 10110001 1011011 1011001 0 110001 110010 11111 1 100100 110100

Color Harmonies of #B15B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B59

Black with #B15B59

Text Example


Text Example

White with #B15B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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