Html Css Color HEX #B55856 Fuzzy Wuzzy Brown

📋 copy color: '#B55856'

red 181 ◦ green 88 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B55856

Tints of Fuzzy Wuzzy Brown #B55856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 86 (33.98% from 255) = 24.23%

R = 50.99%
G = 24.79%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B55856 (or 0xB55856) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 58 and 56. RGB value is (181,88,86). Sum of RGB (Red+Green+Blue) = 181+88+86=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B55856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55856 is #4AA7A9. Grayscale: #737373. Windows color (decimal): -4892586 or 5658805. OLE color: 5658805.

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

Color convert

RGB 181 88 86 -
CMYK 0 0.51 0.52 0.29
HSL 1.26º 0.39% 0.52% -
HSV(B) 1.26º 0.52% 0.71% -
XYZ 24.23 17.48 10.9 -
YUV 115.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 181 88 86 0 0.51 0.52 0.29 1.26 0.39 0.52
Hex B5 58 56 0 33 34 1D 1 27 34
Octal 265 130 126 0 63 64 35 1 47 64
Binary 10110101 1011000 1010110 0 110011 110100 11101 1 100111 110100

Color Harmonies of #B55856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55856

Black with #B55856

Text Example


Text Example

White with #B55856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55856; }

 p { color: rgb(181,88,86); }

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

background-color css

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

 a { background-color: rgb(181,88,86); }

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

border-color css

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

 span { border-color: rgb(181,88,86); }

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