Html Css Color HEX #B85852 Fuzzy Wuzzy Brown

📋 copy color: '#B85852'

red 184 ◦ green 88 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #B85852

Tints of Fuzzy Wuzzy Brown #B85852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 51.98%
G = 24.86%
B = 23.16%

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

#B85852 (or 0xB85852) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 58 and 52. RGB value is (184,88,82). Sum of RGB (Red+Green+Blue) = 184+88+82=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B85852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85852 is #47A7AD. Grayscale: #747474. Windows color (decimal): -4695982 or 5396664. OLE color: 5396664.

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

Color convert

RGB 184 88 82 -
CMYK 0 0.52 0.55 0.28
HSL 3.53º 0.42% 0.52% -
HSV(B) 3.53º 0.55% 0.72% -
XYZ 24.78 17.78 10.11 -
YUV 116.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 184 88 82 0 0.52 0.55 0.28 3.53 0.42 0.52
Hex B8 58 52 0 34 37 1C 4 2A 34
Octal 270 130 122 0 64 67 34 4 52 64
Binary 10111000 1011000 1010010 0 110100 110111 11100 100 101010 110100

Color Harmonies of #B85852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85852

Black with #B85852

Text Example


Text Example

White with #B85852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85852; }

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

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

background-color css

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

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

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

border-color css

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

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

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