Html Css Color HEX #B85D5D Fuzzy Wuzzy Brown

📋 copy color: '#B85D5D'

red 184 ◦ green 93 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #B85D5D

Tints of Fuzzy Wuzzy Brown #B85D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 49.73%
G = 25.14%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B85D5D (or 0xB85D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5D and 5D. RGB value is (184,93,93). Sum of RGB (Red+Green+Blue) = 184+93+93=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D5D is #47A2A2. Grayscale: #787878. Windows color (decimal): -4694691 or 6118840. OLE color: 6118840.

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

Color convert

RGB 184 93 93 -
CMYK 0 0.49 0.49 0.28
HSL 0.39% 0.54% -
HSV(B) 0.49% 0.72% -
XYZ 25.66 18.81 12.63 -
YUV 120.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 184 93 93 0 0.49 0.49 0.28 0 0.39 0.54
Hex B8 5D 5D 0 31 31 1C 0 27 36
Octal 270 135 135 0 61 61 34 0 47 66
Binary 10111000 1011101 1011101 0 110001 110001 11100 0 100111 110110

Color Harmonies of #B85D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D5D

Black with #B85D5D

Text Example


Text Example

White with #B85D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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