Html Css Color HEX #B28152 Muddy Waters

📋 copy color: '#B28152'

red 178 ◦ green 129 ◦ blue 82

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

Shades of Muddy Waters #B28152

Tints of Muddy Waters #B28152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 45.76%
G = 33.16%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B28152 (or 0xB28152) is known color: Muddy Waters. HEX triplet: B2, 81 and 52. RGB value is (178,129,82). Sum of RGB (Red+Green+Blue) = 178+129+82=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B28152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28152 is #4D7EAD. Grayscale: #8A8A8A. Windows color (decimal): -5078702 or 5407154. OLE color: 5407154.

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

Color convert

RGB 178 129 82 -
CMYK 0 0.28 0.54 0.30
HSL 29.38º 0.38% 0.51% -
HSV(B) 29.38º 0.54% 0.7% -
XYZ 27.73 25.77 11.5 -
YUV 138.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 178 129 82 0 0.28 0.54 0.30 29.38 0.38 0.51
Hex B2 81 52 0 1C 36 1E 1D 26 33
Octal 262 201 122 0 34 66 36 35 46 63
Binary 10110010 10000001 1010010 0 11100 110110 11110 11101 100110 110011

Color Harmonies of #B28152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28152

Black with #B28152

Text Example


Text Example

White with #B28152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28152; }

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

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

background-color css

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

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

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

border-color css

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

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

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