Html Css Color HEX #B08454 Muddy Waters

📋 copy color: '#B08454'

red 176 ◦ green 132 ◦ blue 84

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

Shades of Muddy Waters #B08454

Tints of Muddy Waters #B08454

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

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

 BLUE value IS 84 (33.2% from 255) = 21.43%

R = 44.9%
G = 33.67%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B08454 (or 0xB08454) is known color: Muddy Waters. HEX triplet: B0, 84 and 54. RGB value is (176,132,84). Sum of RGB (Red+Green+Blue) = 176+132+84=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08454 is #4F7BAB. Grayscale: #8B8B8B. Windows color (decimal): -5209004 or 5538992. OLE color: 5538992.

HSL color Cylindrical-coordinate representation of color #B08454: hue angle of 31.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B08454 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 84 -
CMYK 0 0.25 0.52 0.31
HSL 31.3º 0.37% 0.51% -
HSV(B) 31.3º 0.52% 0.69% -
XYZ 27.76 26.37 12.02 -
YUV 139.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 176 132 84 0 0.25 0.52 0.31 31.3 0.37 0.51
Hex B0 84 54 0 19 34 1F 1F 25 33
Octal 260 204 124 0 31 64 37 37 45 63
Binary 10110000 10000100 1010100 0 11001 110100 11111 11111 100101 110011

Color Harmonies of #B08454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08454

Black with #B08454

Text Example


Text Example

White with #B08454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08454; }

 p { color: rgb(176,132,84); }

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

background-color css

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

 a { background-color: rgb(176,132,84); }

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

border-color css

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

 span { border-color: rgb(176,132,84); }

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