Html Css Color HEX #B95555 Fuzzy Wuzzy Brown

📋 copy color: '#B95555'

red 185 ◦ green 85 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #B95555

Tints of Fuzzy Wuzzy Brown #B95555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

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

R = 52.11%
G = 23.94%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B95555 (or 0xB95555) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 55 and 55. RGB value is (185,85,85). Sum of RGB (Red+Green+Blue) = 185+85+85=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95555 is #46AAAA. Grayscale: #737373. Windows color (decimal): -4631211 or 5592505. OLE color: 5592505.

HSL color Cylindrical-coordinate representation of color #B95555: hue angle of 0º 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 #B95555 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 85 -
CMYK 0 0.54 0.54 0.27
HSL 0.42% 0.53% -
HSV(B) 0.54% 0.73% -
XYZ 24.9 17.47 10.65 -
YUV 114.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 185 85 85 0 0.54 0.54 0.27 0 0.42 0.53
Hex B9 55 55 0 36 36 1B 0 2A 35
Octal 271 125 125 0 66 66 33 0 52 65
Binary 10111001 1010101 1010101 0 110110 110110 11011 0 101010 110101

Color Harmonies of #B95555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95555

Black with #B95555

Text Example


Text Example

White with #B95555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95555; }

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

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

background-color css

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

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

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

border-color css

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

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

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