Html Css Color HEX #B2814E Muddy Waters

📋 copy color: '#B2814E'

red 178 ◦ green 129 ◦ blue 78

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

Shades of Muddy Waters #B2814E

Tints of Muddy Waters #B2814E

RGB

 RED value IS 178 (69.92% from 255) = 46.23%

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 46.23%
G = 33.51%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2814E (or 0xB2814E) is known color: Muddy Waters. HEX triplet: B2, 81 and 4E. RGB value is (178,129,78). Sum of RGB (Red+Green+Blue) = 178+129+78=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2814E is #4D7EB1. Grayscale: #8A8A8A. Windows color (decimal): -5078706 or 5145010. OLE color: 5145010.

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

Color convert

RGB 178 129 78 -
CMYK 0 0.28 0.56 0.30
HSL 30.6º 0.39% 0.5% -
HSV(B) 30.6º 0.56% 0.7% -
XYZ 27.59 25.72 10.72 -
YUV 137.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 178 129 78 0 0.28 0.56 0.30 30.6 0.39 0.5
Hex B2 81 4E 0 1C 38 1E 1F 27 32
Octal 262 201 116 0 34 70 36 37 47 62
Binary 10110010 10000001 1001110 0 11100 111000 11110 11111 100111 110010

Color Harmonies of #B2814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2814E

Black with #B2814E

Text Example


Text Example

White with #B2814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2814E; }

 p { color: rgb(178,129,78); }

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

background-color css

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

 a { background-color: rgb(178,129,78); }

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

border-color css

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

 span { border-color: rgb(178,129,78); }

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