Html Css Color HEX #B85E5A Fuzzy Wuzzy Brown

📋 copy color: '#B85E5A'

red 184 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #B85E5A

Tints of Fuzzy Wuzzy Brown #B85E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 50%
G = 25.54%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B85E5A (or 0xB85E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5E and 5A. RGB value is (184,94,90). Sum of RGB (Red+Green+Blue) = 184+94+90=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E5A is #47A1A5. Grayscale: #787878. Windows color (decimal): -4694438 or 5922488. OLE color: 5922488.

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

Color convert

RGB 184 94 90 -
CMYK 0 0.49 0.51 0.28
HSL 2.55º 0.4% 0.54% -
HSV(B) 2.55º 0.51% 0.72% -
XYZ 25.62 18.93 11.98 -
YUV 120.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 184 94 90 0 0.49 0.51 0.28 2.55 0.4 0.54
Hex B8 5E 5A 0 31 33 1C 3 28 36
Octal 270 136 132 0 61 63 34 3 50 66
Binary 10111000 1011110 1011010 0 110001 110011 11100 11 101000 110110

Color Harmonies of #B85E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E5A

Black with #B85E5A

Text Example


Text Example

White with #B85E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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