Html Css Color HEX #B0814B Muddy Waters

📋 copy color: '#B0814B'

red 176 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #B0814B

Tints of Muddy Waters #B0814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 46.32%
G = 33.95%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0814B (or 0xB0814B) is known color: Muddy Waters. HEX triplet: B0, 81 and 4B. RGB value is (176,129,75). Sum of RGB (Red+Green+Blue) = 176+129+75=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0814B is #4F7EB4. Grayscale: #898989. Windows color (decimal): -5209781 or 4948400. OLE color: 4948400.

HSL color Cylindrical-coordinate representation of color #B0814B: hue angle of 32.08º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0814B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 75 -
CMYK 0 0.27 0.57 0.31
HSL 32.08º 0.4% 0.49% -
HSV(B) 32.08º 0.57% 0.69% -
XYZ 27.02 25.44 10.14 -
YUV 136.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 176 129 75 0 0.27 0.57 0.31 32.08 0.4 0.49
Hex B0 81 4B 0 1B 39 1F 20 28 31
Octal 260 201 113 0 33 71 37 40 50 61
Binary 10110000 10000001 1001011 0 11011 111001 11111 100000 101000 110001

Color Harmonies of #B0814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0814B

Black with #B0814B

Text Example


Text Example

White with #B0814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0814B; }

 p { color: rgb(176,129,75); }

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

background-color css

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

 a { background-color: rgb(176,129,75); }

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

border-color css

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

 span { border-color: rgb(176,129,75); }

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