Html Css Color HEX #B55B55 Fuzzy Wuzzy Brown

📋 copy color: '#B55B55'

red 181 ◦ green 91 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #B55B55

Tints of Fuzzy Wuzzy Brown #B55B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 50.7%
G = 25.49%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B55B55 (or 0xB55B55) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5B and 55. RGB value is (181,91,85). Sum of RGB (Red+Green+Blue) = 181+91+85=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B55 is #4AA4AA. Grayscale: #757575. Windows color (decimal): -4891819 or 5594037. OLE color: 5594037.

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

Color convert

RGB 181 91 85 -
CMYK 0 0.50 0.53 0.29
HSL 3.75º 0.39% 0.52% -
HSV(B) 3.75º 0.53% 0.71% -
XYZ 24.44 17.96 10.77 -
YUV 117.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 181 91 85 0 0.50 0.53 0.29 3.75 0.39 0.52
Hex B5 5B 55 0 32 35 1D 4 27 34
Octal 265 133 125 0 62 65 35 4 47 64
Binary 10110101 1011011 1010101 0 110010 110101 11101 100 100111 110100

Color Harmonies of #B55B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B55

Black with #B55B55

Text Example


Text Example

White with #B55B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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