Html Css Color HEX #B85454 Fuzzy Wuzzy Brown

📋 copy color: '#B85454'

red 184 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #B85454

Tints of Fuzzy Wuzzy Brown #B85454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 52.27%
G = 23.86%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85454 (or 0xB85454) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 54 and 54. RGB value is (184,84,84). Sum of RGB (Red+Green+Blue) = 184+84+84=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B85454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85454 is #47ABAB. Grayscale: #717171. Windows color (decimal): -4697004 or 5526712. OLE color: 5526712.

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

Color convert

RGB 184 84 84 -
CMYK 0 0.54 0.54 0.28
HSL 0.41% 0.53% -
HSV(B) 0.54% 0.72% -
XYZ 24.54 17.17 10.41 -
YUV 113.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 184 84 84 0 0.54 0.54 0.28 0 0.41 0.53
Hex B8 54 54 0 36 36 1C 0 29 35
Octal 270 124 124 0 66 66 34 0 51 65
Binary 10111000 1010100 1010100 0 110110 110110 11100 0 101001 110101

Color Harmonies of #B85454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85454

Black with #B85454

Text Example


Text Example

White with #B85454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85454; }

 p { color: rgb(184,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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