Html Css Color HEX #B55B5A Fuzzy Wuzzy Brown

📋 copy color: '#B55B5A'

red 181 ◦ green 91 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B55B5A

Tints of Fuzzy Wuzzy Brown #B55B5A

RGB

 RED value IS 181 (71.09% from 255) = 50%

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

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

R = 50%
G = 25.14%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B55B5A (or 0xB55B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5B and 5A. RGB value is (181,91,90). Sum of RGB (Red+Green+Blue) = 181+91+90=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B5A is #4AA4A5. Grayscale: #757575. Windows color (decimal): -4891814 or 5921717. OLE color: 5921717.

HSL color Cylindrical-coordinate representation of color #B55B5A: hue angle of 0.66º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B5A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 90 -
CMYK 0 0.50 0.50 0.29
HSL 0.66º 0.38% 0.53% -
HSV(B) 0.66º 0.5% 0.71% -
XYZ 24.64 18.04 11.86 -
YUV 117.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 181 91 90 0 0.50 0.50 0.29 0.66 0.38 0.53
Hex B5 5B 5A 0 32 32 1D 1 26 35
Octal 265 133 132 0 62 62 35 1 46 65
Binary 10110101 1011011 1011010 0 110010 110010 11101 1 100110 110101

Color Harmonies of #B55B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B5A

Black with #B55B5A

Text Example


Text Example

White with #B55B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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