Html Css Color HEX #B85F5B Fuzzy Wuzzy Brown

📋 copy color: '#B85F5B'

red 184 ◦ green 95 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #B85F5B

Tints of Fuzzy Wuzzy Brown #B85F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 49.73%
G = 25.68%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B85F5B (or 0xB85F5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5F and 5B. RGB value is (184,95,91). Sum of RGB (Red+Green+Blue) = 184+95+91=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F5B is #47A0A4. Grayscale: #797979. Windows color (decimal): -4694181 or 5988280. OLE color: 5988280.

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

Color convert

RGB 184 95 91 -
CMYK 0 0.48 0.51 0.28
HSL 2.58º 0.4% 0.54% -
HSV(B) 2.58º 0.51% 0.72% -
XYZ 25.75 19.13 12.23 -
YUV 121.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 184 95 91 0 0.48 0.51 0.28 2.58 0.4 0.54
Hex B8 5F 5B 0 30 33 1C 3 28 36
Octal 270 137 133 0 60 63 34 3 50 66
Binary 10111000 1011111 1011011 0 110000 110011 11100 11 101000 110110

Color Harmonies of #B85F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F5B

Black with #B85F5B

Text Example


Text Example

White with #B85F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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