Html Css Color HEX #B95E5C Fuzzy Wuzzy Brown

📋 copy color: '#B95E5C'

red 185 ◦ green 94 ◦ blue 92

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

Shades of Fuzzy Wuzzy Brown #B95E5C

Tints of Fuzzy Wuzzy Brown #B95E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 49.87%
G = 25.34%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B95E5C (or 0xB95E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 5E and 5C. RGB value is (185,94,92). Sum of RGB (Red+Green+Blue) = 185+94+92=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E5C is #46A1A3. Grayscale: #797979. Windows color (decimal): -4628900 or 6053561. OLE color: 6053561.

HSL color Cylindrical-coordinate representation of color #B95E5C: hue angle of 1.29º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95E5C is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 94 92 -
CMYK 0 0.49 0.50 0.27
HSL 1.29º 0.4% 0.54% -
HSV(B) 1.29º 0.5% 0.73% -
XYZ 25.94 19.09 12.44 -
YUV 120.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 185 94 92 0 0.49 0.50 0.27 1.29 0.4 0.54
Hex B9 5E 5C 0 31 32 1B 1 28 36
Octal 271 136 134 0 61 62 33 1 50 66
Binary 10111001 1011110 1011100 0 110001 110010 11011 1 101000 110110

Color Harmonies of #B95E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E5C

Black with #B95E5C

Text Example


Text Example

White with #B95E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E5C; }

 p { color: rgb(185,94,92); }

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

background-color css

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

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

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

border-color css

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

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

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