Html Css Color HEX #B55A54 Fuzzy Wuzzy Brown

📋 copy color: '#B55A54'

red 181 ◦ green 90 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #B55A54

Tints of Fuzzy Wuzzy Brown #B55A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 50.99%
G = 25.35%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B55A54 (or 0xB55A54) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5A and 54. RGB value is (181,90,84). Sum of RGB (Red+Green+Blue) = 181+90+84=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A54 is #4AA5AB. Grayscale: #747474. Windows color (decimal): -4892076 or 5528245. OLE color: 5528245.

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

Color convert

RGB 181 90 84 -
CMYK 0 0.50 0.54 0.29
HSL 3.71º 0.4% 0.52% -
HSV(B) 3.71º 0.54% 0.71% -
XYZ 24.31 17.78 10.54 -
YUV 116.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 181 90 84 0 0.50 0.54 0.29 3.71 0.4 0.52
Hex B5 5A 54 0 32 36 1D 4 28 34
Octal 265 132 124 0 62 66 35 4 50 64
Binary 10110101 1011010 1010100 0 110010 110110 11101 100 101000 110100

Color Harmonies of #B55A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A54

Black with #B55A54

Text Example


Text Example

White with #B55A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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