Html Css Color HEX #B28352 Muddy Waters

📋 copy color: '#B28352'

red 178 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #B28352

Tints of Muddy Waters #B28352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 45.52%
G = 33.5%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B28352 (or 0xB28352) is known color: Muddy Waters. HEX triplet: B2, 83 and 52. RGB value is (178,131,82). Sum of RGB (Red+Green+Blue) = 178+131+82=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28352 is #4D7CAD. Grayscale: #8B8B8B. Windows color (decimal): -5078190 or 5407666. OLE color: 5407666.

HSL color Cylindrical-coordinate representation of color #B28352: hue angle of 30.63º 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 #B28352 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 82 -
CMYK 0 0.26 0.54 0.30
HSL 30.63º 0.38% 0.51% -
HSV(B) 30.63º 0.54% 0.7% -
XYZ 28 26.31 11.58 -
YUV 139.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 178 131 82 0 0.26 0.54 0.30 30.63 0.38 0.51
Hex B2 83 52 0 1A 36 1E 1F 26 33
Octal 262 203 122 0 32 66 36 37 46 63
Binary 10110010 10000011 1010010 0 11010 110110 11110 11111 100110 110011

Color Harmonies of #B28352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28352

Black with #B28352

Text Example


Text Example

White with #B28352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28352; }

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

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

background-color css

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

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

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

border-color css

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

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

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