Html Css Color HEX #B95955 Fuzzy Wuzzy Brown

📋 copy color: '#B95955'

red 185 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #B95955

Tints of Fuzzy Wuzzy Brown #B95955

RGB

 RED value IS 185 (72.66% from 255) = 51.53%

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 51.53%
G = 24.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B95955 (or 0xB95955) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 59 and 55. RGB value is (185,89,85). Sum of RGB (Red+Green+Blue) = 185+89+85=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B95955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95955 is #46A6AA. Grayscale: #757575. Windows color (decimal): -4630187 or 5593529. OLE color: 5593529.

HSL color Cylindrical-coordinate representation of color #B95955: hue angle of 2.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95955 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 85 -
CMYK 0 0.52 0.54 0.27
HSL 2.4º 0.42% 0.53% -
HSV(B) 2.4º 0.54% 0.73% -
XYZ 25.22 18.11 10.76 -
YUV 117.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 185 89 85 0 0.52 0.54 0.27 2.4 0.42 0.53
Hex B9 59 55 0 34 36 1B 2 2A 35
Octal 271 131 125 0 64 66 33 2 52 65
Binary 10111001 1011001 1010101 0 110100 110110 11011 10 101010 110101

Color Harmonies of #B95955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95955

Black with #B95955

Text Example


Text Example

White with #B95955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95955; }

 p { color: rgb(185,89,85); }

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

background-color css

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

 a { background-color: rgb(185,89,85); }

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

border-color css

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

 span { border-color: rgb(185,89,85); }

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