Html Css Color HEX #B86060 Fuzzy Wuzzy Brown

📋 copy color: '#B86060'

red 184 ◦ green 96 ◦ blue 96

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

Shades of Fuzzy Wuzzy Brown #B86060

Tints of Fuzzy Wuzzy Brown #B86060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 48.94%
G = 25.53%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B86060 (or 0xB86060) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 60 and 60. RGB value is (184,96,96). Sum of RGB (Red+Green+Blue) = 184+96+96=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B86060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86060 is #479F9F. Grayscale: #7A7A7A. Windows color (decimal): -4693920 or 6316216. OLE color: 6316216.

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

Color convert

RGB 184 96 96 -
CMYK 0 0.48 0.48 0.28
HSL 0.38% 0.55% -
HSV(B) 0.48% 0.72% -
XYZ 26.06 19.4 13.44 -
YUV 122.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 184 96 96 0 0.48 0.48 0.28 0 0.38 0.55
Hex B8 60 60 0 30 30 1C 0 26 37
Octal 270 140 140 0 60 60 34 0 46 67
Binary 10111000 1100000 1100000 0 110000 110000 11100 0 100110 110111

Color Harmonies of #B86060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86060

Black with #B86060

Text Example


Text Example

White with #B86060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86060; }

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

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

background-color css

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

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

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

border-color css

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

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

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