Html Css Color HEX #B85656 Fuzzy Wuzzy Brown

📋 copy color: '#B85656'

red 184 ◦ green 86 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B85656

Tints of Fuzzy Wuzzy Brown #B85656

RGB

 RED value IS 184 (72.27% from 255) = 51.69%

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 51.69%
G = 24.16%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B85656 (or 0xB85656) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 56 and 56. RGB value is (184,86,86). Sum of RGB (Red+Green+Blue) = 184+86+86=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B85656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85656 is #47A9A9. Grayscale: #737373. Windows color (decimal): -4696490 or 5658296. OLE color: 5658296.

HSL color Cylindrical-coordinate representation of color #B85656: hue angle of 0º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85656 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 86 -
CMYK 0 0.53 0.53 0.28
HSL 0.41% 0.53% -
HSV(B) 0.53% 0.72% -
XYZ 24.77 17.52 10.88 -
YUV 115.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 184 86 86 0 0.53 0.53 0.28 0 0.41 0.53
Hex B8 56 56 0 35 35 1C 0 29 35
Octal 270 126 126 0 65 65 34 0 51 65
Binary 10111000 1010110 1010110 0 110101 110101 11100 0 101001 110101

Color Harmonies of #B85656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85656

Black with #B85656

Text Example


Text Example

White with #B85656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85656; }

 p { color: rgb(184,86,86); }

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

background-color css

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

 a { background-color: rgb(184,86,86); }

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

border-color css

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

 span { border-color: rgb(184,86,86); }

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