Html Css Color HEX #B95C5C Fuzzy Wuzzy Brown

📋 copy color: '#B95C5C'

red 185 ◦ green 92 ◦ blue 92

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

Shades of Fuzzy Wuzzy Brown #B95C5C

Tints of Fuzzy Wuzzy Brown #B95C5C

RGB

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

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

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

R = 50.14%
G = 24.93%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B95C5C (or 0xB95C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 5C and 5C. RGB value is (185,92,92). Sum of RGB (Red+Green+Blue) = 185+92+92=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C5C is #46A3A3. Grayscale: #777777. Windows color (decimal): -4629412 or 6053049. OLE color: 6053049.

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

Color convert

RGB 185 92 92 -
CMYK 0 0.50 0.50 0.27
HSL 0.4% 0.54% -
HSV(B) 0.5% 0.73% -
XYZ 25.77 18.74 12.38 -
YUV 119.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 185 92 92 0 0.50 0.50 0.27 0 0.4 0.54
Hex B9 5C 5C 0 32 32 1B 0 28 36
Octal 271 134 134 0 62 62 33 0 50 66
Binary 10111001 1011100 1011100 0 110010 110010 11011 0 101000 110110

Color Harmonies of #B95C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C5C

Black with #B95C5C

Text Example


Text Example

White with #B95C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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