Html Css Color HEX #B85654 Fuzzy Wuzzy Brown

📋 copy color: '#B85654'

red 184 ◦ green 86 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #B85654

Tints of Fuzzy Wuzzy Brown #B85654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 51.98%
G = 24.29%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85654 (or 0xB85654) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 56 and 54. RGB value is (184,86,84). Sum of RGB (Red+Green+Blue) = 184+86+84=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B85654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85654 is #47A9AB. Grayscale: #737373. Windows color (decimal): -4696492 or 5527224. OLE color: 5527224.

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

Color convert

RGB 184 86 84 -
CMYK 0 0.53 0.54 0.28
HSL 1.2º 0.41% 0.53% -
HSV(B) 1.2º 0.54% 0.72% -
XYZ 24.7 17.49 10.46 -
YUV 115.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 184 86 84 0 0.53 0.54 0.28 1.2 0.41 0.53
Hex B8 56 54 0 35 36 1C 1 29 35
Octal 270 126 124 0 65 66 34 1 51 65
Binary 10111000 1010110 1010100 0 110101 110110 11100 1 101001 110101

Color Harmonies of #B85654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85654

Black with #B85654

Text Example


Text Example

White with #B85654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85654; }

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

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

background-color css

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

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

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

border-color css

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

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

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