Html Css Color HEX #B15B5A Fuzzy Wuzzy Brown

📋 copy color: '#B15B5A'

red 177 ◦ green 91 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B15B5A

Tints of Fuzzy Wuzzy Brown #B15B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 49.44%
G = 25.42%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B15B5A (or 0xB15B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 5B and 5A. RGB value is (177,91,90). Sum of RGB (Red+Green+Blue) = 177+91+90=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B5A is #4EA4A5. Grayscale: #747474. Windows color (decimal): -5153958 or 5921713. OLE color: 5921713.

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

Color convert

RGB 177 91 90 -
CMYK 0 0.49 0.49 0.31
HSL 0.69º 0.36% 0.52% -
HSV(B) 0.69º 0.49% 0.69% -
XYZ 23.72 17.57 11.81 -
YUV 116.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 177 91 90 0 0.49 0.49 0.31 0.69 0.36 0.52
Hex B1 5B 5A 0 31 31 1F 1 24 34
Octal 261 133 132 0 61 61 37 1 44 64
Binary 10110001 1011011 1011010 0 110001 110001 11111 1 100100 110100

Color Harmonies of #B15B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B5A

Black with #B15B5A

Text Example


Text Example

White with #B15B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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