Html Css Color HEX #B85853 Fuzzy Wuzzy Brown

📋 copy color: '#B85853'

red 184 ◦ green 88 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #B85853

Tints of Fuzzy Wuzzy Brown #B85853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 51.83%
G = 24.79%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85853 (or 0xB85853) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 53. RGB value is (184,88,83). Sum of RGB (Red+Green+Blue) = 184+88+83=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85853 is #47A7AC. Grayscale: #747474. Windows color (decimal): -4695981 or 5462200. OLE color: 5462200.

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

Color convert

RGB 184 88 83 -
CMYK 0 0.52 0.55 0.28
HSL 2.97º 0.42% 0.52% -
HSV(B) 2.97º 0.55% 0.72% -
XYZ 24.82 17.79 10.31 -
YUV 116.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 184 88 83 0 0.52 0.55 0.28 2.97 0.42 0.52
Hex B8 58 53 0 34 37 1C 3 2A 34
Octal 270 130 123 0 64 67 34 3 52 64
Binary 10111000 1011000 1010011 0 110100 110111 11100 11 101010 110100

Color Harmonies of #B85853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85853

Black with #B85853

Text Example


Text Example

White with #B85853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85853; }

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

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

background-color css

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

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

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

border-color css

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

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

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