Html Css Color HEX #B78256 Muddy Waters

📋 copy color: '#B78256'

red 183 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #B78256

Tints of Muddy Waters #B78256

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

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

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 45.86%
G = 32.58%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B78256 (or 0xB78256) is known color: Muddy Waters. HEX triplet: B7, 82 and 56. RGB value is (183,130,86). Sum of RGB (Red+Green+Blue) = 183+130+86=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B78256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78256 is #487DA9. Grayscale: #8D8D8D. Windows color (decimal): -4750762 or 5669559. OLE color: 5669559.

HSL color Cylindrical-coordinate representation of color #B78256: hue angle of 27.22º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B78256 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 86 -
CMYK 0 0.29 0.53 0.28
HSL 27.22º 0.4% 0.53% -
HSV(B) 27.22º 0.53% 0.72% -
XYZ 29.19 26.7 12.42 -
YUV 140.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 183 130 86 0 0.29 0.53 0.28 27.22 0.4 0.53
Hex B7 82 56 0 1D 35 1C 1B 28 35
Octal 267 202 126 0 35 65 34 33 50 65
Binary 10110111 10000010 1010110 0 11101 110101 11100 11011 101000 110101

Color Harmonies of #B78256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78256

Black with #B78256

Text Example


Text Example

White with #B78256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78256; }

 p { color: rgb(183,130,86); }

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

background-color css

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

 a { background-color: rgb(183,130,86); }

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

border-color css

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

 span { border-color: rgb(183,130,86); }

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