Html Css Color HEX #B85858 Fuzzy Wuzzy Brown

📋 copy color: '#B85858'

red 184 ◦ green 88 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #B85858

Tints of Fuzzy Wuzzy Brown #B85858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 51.11%
G = 24.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B85858 (or 0xB85858) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 58. RGB value is (184,88,88). Sum of RGB (Red+Green+Blue) = 184+88+88=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B85858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85858 is #47A7A7. Grayscale: #747474. Windows color (decimal): -4695976 or 5789880. OLE color: 5789880.

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

Color convert

RGB 184 88 88 -
CMYK 0 0.52 0.52 0.28
HSL 0.4% 0.53% -
HSV(B) 0.52% 0.72% -
XYZ 25.02 17.87 11.36 -
YUV 116.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 184 88 88 0 0.52 0.52 0.28 0 0.4 0.53
Hex B8 58 58 0 34 34 1C 0 28 35
Octal 270 130 130 0 64 64 34 0 50 65
Binary 10111000 1011000 1011000 0 110100 110100 11100 0 101000 110101

Color Harmonies of #B85858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85858

Black with #B85858

Text Example


Text Example

White with #B85858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85858; }

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

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

background-color css

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

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

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

border-color css

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

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

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