Html Css Color HEX #B88450 Muddy Waters

📋 copy color: '#B88450'

red 184 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #B88450

Tints of Muddy Waters #B88450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 46.46%
G = 33.33%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B88450 (or 0xB88450) is known color: Muddy Waters. HEX triplet: B8, 84 and 50. RGB value is (184,132,80). Sum of RGB (Red+Green+Blue) = 184+132+80=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B88450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88450 is #477BAF. Grayscale: #8D8D8D. Windows color (decimal): -4684720 or 5276856. OLE color: 5276856.

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

Color convert

RGB 184 132 80 -
CMYK 0 0.28 0.57 0.28
HSL 30º 0.42% 0.52% -
HSV(B) 30º 0.57% 0.72% -
XYZ 29.47 27.27 11.3 -
YUV 141.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 184 132 80 0 0.28 0.57 0.28 30 0.42 0.52
Hex B8 84 50 0 1C 39 1C 1E 2A 34
Octal 270 204 120 0 34 71 34 36 52 64
Binary 10111000 10000100 1010000 0 11100 111001 11100 11110 101010 110100

Color Harmonies of #B88450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88450

Black with #B88450

Text Example


Text Example

White with #B88450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88450; }

 p { color: rgb(184,132,80); }

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

background-color css

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

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

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

border-color css

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

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

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