Html Css Color HEX #B85957 Fuzzy Wuzzy Brown

📋 copy color: '#B85957'

red 184 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #B85957

Tints of Fuzzy Wuzzy Brown #B85957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 87 (34.38% from 255) = 24.17%

R = 51.11%
G = 24.72%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B85957 (or 0xB85957) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 59 and 57. RGB value is (184,89,87). Sum of RGB (Red+Green+Blue) = 184+89+87=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B85957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85957 is #47A6A8. Grayscale: #757575. Windows color (decimal): -4695721 or 5724600. OLE color: 5724600.

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

Color convert

RGB 184 89 87 -
CMYK 0 0.52 0.53 0.28
HSL 1.24º 0.41% 0.53% -
HSV(B) 1.24º 0.53% 0.72% -
XYZ 25.06 18.02 11.17 -
YUV 117.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 184 89 87 0 0.52 0.53 0.28 1.24 0.41 0.53
Hex B8 59 57 0 34 35 1C 1 29 35
Octal 270 131 127 0 64 65 34 1 51 65
Binary 10111000 1011001 1010111 0 110100 110101 11100 1 101001 110101

Color Harmonies of #B85957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85957

Black with #B85957

Text Example


Text Example

White with #B85957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85957; }

 p { color: rgb(184,89,87); }

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

background-color css

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

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

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

border-color css

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

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

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