Html Css Color HEX #B78450 Muddy Waters

📋 copy color: '#B78450'

red 183 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #B78450

Tints of Muddy Waters #B78450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 46.33%
G = 33.42%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B78450 (or 0xB78450) is known color: Muddy Waters. HEX triplet: B7, 84 and 50. RGB value is (183,132,80). Sum of RGB (Red+Green+Blue) = 183+132+80=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B78450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78450 is #487BAF. Grayscale: #8D8D8D. Windows color (decimal): -4750256 or 5276855. OLE color: 5276855.

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

Color convert

RGB 183 132 80 -
CMYK 0 0.28 0.56 0.28
HSL 30.29º 0.42% 0.52% -
HSV(B) 30.29º 0.56% 0.72% -
XYZ 29.23 27.15 11.29 -
YUV 141.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 183 132 80 0 0.28 0.56 0.28 30.29 0.42 0.52
Hex B7 84 50 0 1C 38 1C 1E 2A 34
Octal 267 204 120 0 34 70 34 36 52 64
Binary 10110111 10000100 1010000 0 11100 111000 11100 11110 101010 110100

Color Harmonies of #B78450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78450

Black with #B78450

Text Example


Text Example

White with #B78450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78450; }

 p { color: rgb(183,132,80); }

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

background-color css

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

 a { background-color: rgb(183,132,80); }

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

border-color css

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

 span { border-color: rgb(183,132,80); }

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