Html Css Color HEX #B95553 Fuzzy Wuzzy Brown

📋 copy color: '#B95553'

red 185 ◦ green 85 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #B95553

Tints of Fuzzy Wuzzy Brown #B95553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 52.41%
G = 24.08%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B95553 (or 0xB95553) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 55 and 53. RGB value is (185,85,83). Sum of RGB (Red+Green+Blue) = 185+85+83=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95553 is #46AAAC. Grayscale: #727272. Windows color (decimal): -4631213 or 5461433. OLE color: 5461433.

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

Color convert

RGB 185 85 83 -
CMYK 0 0.54 0.55 0.27
HSL 1.18º 0.42% 0.53% -
HSV(B) 1.18º 0.55% 0.73% -
XYZ 24.82 17.44 10.24 -
YUV 114.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 185 85 83 0 0.54 0.55 0.27 1.18 0.42 0.53
Hex B9 55 53 0 36 37 1B 1 2A 35
Octal 271 125 123 0 66 67 33 1 52 65
Binary 10111001 1010101 1010011 0 110110 110111 11011 1 101010 110101

Color Harmonies of #B95553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95553

Black with #B95553

Text Example


Text Example

White with #B95553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95553; }

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

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

background-color css

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

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

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

border-color css

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

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

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