Html Css Color HEX #B55D5D Fuzzy Wuzzy Brown

📋 copy color: '#B55D5D'

red 181 ◦ green 93 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #B55D5D

Tints of Fuzzy Wuzzy Brown #B55D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 49.32%
G = 25.34%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B55D5D (or 0xB55D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 5D. RGB value is (181,93,93). Sum of RGB (Red+Green+Blue) = 181+93+93=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D5D is #4AA2A2. Grayscale: #777777. Windows color (decimal): -4891299 or 6118837. OLE color: 6118837.

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

Color convert

RGB 181 93 93 -
CMYK 0 0.49 0.49 0.29
HSL 0.37% 0.54% -
HSV(B) 0.49% 0.71% -
XYZ 24.95 18.44 12.6 -
YUV 119.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 181 93 93 0 0.49 0.49 0.29 0 0.37 0.54
Hex B5 5D 5D 0 31 31 1D 0 25 36
Octal 265 135 135 0 61 61 35 0 45 66
Binary 10110101 1011101 1011101 0 110001 110001 11101 0 100101 110110

Color Harmonies of #B55D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D5D

Black with #B55D5D

Text Example


Text Example

White with #B55D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D5D; }

 p { color: rgb(181,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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