Html Css Color HEX #B85B55 Fuzzy Wuzzy Brown

📋 copy color: '#B85B55'

red 184 ◦ green 91 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #B85B55

Tints of Fuzzy Wuzzy Brown #B85B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 51.11%
G = 25.28%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85B55 (or 0xB85B55) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5B and 55. RGB value is (184,91,85). Sum of RGB (Red+Green+Blue) = 184+91+85=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B55 is #47A4AA. Grayscale: #767676. Windows color (decimal): -4695211 or 5594040. OLE color: 5594040.

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

Color convert

RGB 184 91 85 -
CMYK 0 0.51 0.54 0.28
HSL 3.64º 0.41% 0.53% -
HSV(B) 3.64º 0.54% 0.72% -
XYZ 25.15 18.33 10.81 -
YUV 118.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 184 91 85 0 0.51 0.54 0.28 3.64 0.41 0.53
Hex B8 5B 55 0 33 36 1C 4 29 35
Octal 270 133 125 0 63 66 34 4 51 65
Binary 10111000 1011011 1010101 0 110011 110110 11100 100 101001 110101

Color Harmonies of #B85B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B55

Black with #B85B55

Text Example


Text Example

White with #B85B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B55; }

 p { color: rgb(184,91,85); }

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

background-color css

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

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

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

border-color css

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

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

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