Html Css Color HEX #B55754 Fuzzy Wuzzy Brown

📋 copy color: '#B55754'

red 181 ◦ green 87 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #B55754

Tints of Fuzzy Wuzzy Brown #B55754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 51.42%
G = 24.72%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B55754 (or 0xB55754) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 57 and 54. RGB value is (181,87,84). Sum of RGB (Red+Green+Blue) = 181+87+84=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B55754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55754 is #4AA8AB. Grayscale: #727272. Windows color (decimal): -4892844 or 5527477. OLE color: 5527477.

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

Color convert

RGB 181 87 84 -
CMYK 0 0.52 0.54 0.29
HSL 1.86º 0.4% 0.52% -
HSV(B) 1.86º 0.54% 0.71% -
XYZ 24.06 17.28 10.45 -
YUV 114.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 181 87 84 0 0.52 0.54 0.29 1.86 0.4 0.52
Hex B5 57 54 0 34 36 1D 2 28 34
Octal 265 127 124 0 64 66 35 2 50 64
Binary 10110101 1010111 1010100 0 110100 110110 11101 10 101000 110100

Color Harmonies of #B55754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55754

Black with #B55754

Text Example


Text Example

White with #B55754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55754; }

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

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

background-color css

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

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

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

border-color css

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

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

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