Html Css Color HEX #B28353 Muddy Waters

📋 copy color: '#B28353'

red 178 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #B28353

Tints of Muddy Waters #B28353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 45.41%
G = 33.42%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B28353 (or 0xB28353) is known color: Muddy Waters. HEX triplet: B2, 83 and 53. RGB value is (178,131,83). Sum of RGB (Red+Green+Blue) = 178+131+83=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28353 is #4D7CAC. Grayscale: #8B8B8B. Windows color (decimal): -5078189 or 5473202. OLE color: 5473202.

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

Color convert

RGB 178 131 83 -
CMYK 0 0.26 0.53 0.30
HSL 30.32º 0.38% 0.51% -
HSV(B) 30.32º 0.53% 0.7% -
XYZ 28.04 26.32 11.79 -
YUV 139.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 178 131 83 0 0.26 0.53 0.30 30.32 0.38 0.51
Hex B2 83 53 0 1A 35 1E 1E 26 33
Octal 262 203 123 0 32 65 36 36 46 63
Binary 10110010 10000011 1010011 0 11010 110101 11110 11110 100110 110011

Color Harmonies of #B28353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28353

Black with #B28353

Text Example


Text Example

White with #B28353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28353; }

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

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

background-color css

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

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

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

border-color css

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

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

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