Html Css Color HEX #B78150 Muddy Waters

📋 copy color: '#B78150'

red 183 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #B78150

Tints of Muddy Waters #B78150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 46.68%
G = 32.91%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B78150 (or 0xB78150) is known color: Muddy Waters. HEX triplet: B7, 81 and 50. RGB value is (183,129,80). Sum of RGB (Red+Green+Blue) = 183+129+80=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B78150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78150 is #487EAF. Grayscale: #8B8B8B. Windows color (decimal): -4751024 or 5276087. OLE color: 5276087.

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

Color convert

RGB 183 129 80 -
CMYK 0 0.30 0.56 0.28
HSL 28.54º 0.42% 0.52% -
HSV(B) 28.54º 0.56% 0.72% -
XYZ 28.83 26.35 11.16 -
YUV 139.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 183 129 80 0 0.30 0.56 0.28 28.54 0.42 0.52
Hex B7 81 50 0 1E 38 1C 1D 2A 34
Octal 267 201 120 0 36 70 34 35 52 64
Binary 10110111 10000001 1010000 0 11110 111000 11100 11101 101010 110100

Color Harmonies of #B78150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78150

Black with #B78150

Text Example


Text Example

White with #B78150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78150; }

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

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

background-color css

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

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

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

border-color css

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

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

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