Html Css Color HEX #B85A56 Fuzzy Wuzzy Brown

📋 copy color: '#B85A56'

red 184 ◦ green 90 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #B85A56

Tints of Fuzzy Wuzzy Brown #B85A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 51.11%
G = 25%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B85A56 (or 0xB85A56) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5A and 56. RGB value is (184,90,86). Sum of RGB (Red+Green+Blue) = 184+90+86=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A56 is #47A5A9. Grayscale: #757575. Windows color (decimal): -4695466 or 5659320. OLE color: 5659320.

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

Color convert

RGB 184 90 86 -
CMYK 0 0.51 0.53 0.28
HSL 2.45º 0.41% 0.53% -
HSV(B) 2.45º 0.53% 0.72% -
XYZ 25.1 18.17 10.99 -
YUV 117.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 184 90 86 0 0.51 0.53 0.28 2.45 0.41 0.53
Hex B8 5A 56 0 33 35 1C 2 29 35
Octal 270 132 126 0 63 65 34 2 51 65
Binary 10111000 1011010 1010110 0 110011 110101 11100 10 101001 110101

Color Harmonies of #B85A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A56

Black with #B85A56

Text Example


Text Example

White with #B85A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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