Html Css Color HEX #B38255 Muddy Waters

📋 copy color: '#B38255'

red 179 ◦ green 130 ◦ blue 85

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

Shades of Muddy Waters #B38255

Tints of Muddy Waters #B38255

RGB

 RED value IS 179 (70.31% from 255) = 45.43%

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 45.43%
G = 32.99%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B38255 (or 0xB38255) is known color: Muddy Waters. HEX triplet: B3, 82 and 55. RGB value is (179,130,85). Sum of RGB (Red+Green+Blue) = 179+130+85=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B38255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38255 is #4C7DAA. Grayscale: #8B8B8B. Windows color (decimal): -5012907 or 5604019. OLE color: 5604019.

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

Color convert

RGB 179 130 85 -
CMYK 0 0.27 0.53 0.30
HSL 28.72º 0.38% 0.52% -
HSV(B) 28.72º 0.53% 0.7% -
XYZ 28.21 26.2 12.17 -
YUV 139.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 179 130 85 0 0.27 0.53 0.30 28.72 0.38 0.52
Hex B3 82 55 0 1B 35 1E 1D 26 34
Octal 263 202 125 0 33 65 36 35 46 64
Binary 10110011 10000010 1010101 0 11011 110101 11110 11101 100110 110100

Color Harmonies of #B38255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38255

Black with #B38255

Text Example


Text Example

White with #B38255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38255; }

 p { color: rgb(179,130,85); }

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

background-color css

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

 a { background-color: rgb(179,130,85); }

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

border-color css

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

 span { border-color: rgb(179,130,85); }

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