Html Css Color HEX #B55C58 Fuzzy Wuzzy Brown

📋 copy color: '#B55C58'

red 181 ◦ green 92 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #B55C58

Tints of Fuzzy Wuzzy Brown #B55C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 50.14%
G = 25.48%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B55C58 (or 0xB55C58) is known color: Fuzzy Wuzzy Brown. HEX triplet: B5, 5C and 58. RGB value is (181,92,88). Sum of RGB (Red+Green+Blue) = 181+92+88=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C58 is #4AA3A7. Grayscale: #767676. Windows color (decimal): -4891560 or 5790901. OLE color: 5790901.

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

Color convert

RGB 181 92 88 -
CMYK 0 0.49 0.51 0.29
HSL 2.58º 0.39% 0.53% -
HSV(B) 2.58º 0.51% 0.71% -
XYZ 24.64 18.18 11.44 -
YUV 118.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 181 92 88 0 0.49 0.51 0.29 2.58 0.39 0.53
Hex B5 5C 58 0 31 33 1D 3 27 35
Octal 265 134 130 0 61 63 35 3 47 65
Binary 10110101 1011100 1011000 0 110001 110011 11101 11 100111 110101

Color Harmonies of #B55C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C58

Black with #B55C58

Text Example


Text Example

White with #B55C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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