Html Css Color HEX #B07A50 Muddy Waters

📋 copy color: '#B07A50'

red 176 ◦ green 122 ◦ blue 80

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

Shades of Muddy Waters #B07A50

Tints of Muddy Waters #B07A50

RGB

 RED value IS 176 (69.14% from 255) = 46.56%

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 46.56%
G = 32.28%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B07A50 (or 0xB07A50) is known color: Muddy Waters. HEX triplet: B0, 7A and 50. RGB value is (176,122,80). Sum of RGB (Red+Green+Blue) = 176+122+80=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A50 is #4F85AF. Grayscale: #858585. Windows color (decimal): -5211568 or 5274288. OLE color: 5274288.

HSL color Cylindrical-coordinate representation of color #B07A50: hue angle of 26.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07A50 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 122 80 -
CMYK 0 0.31 0.55 0.31
HSL 26.25º 0.38% 0.5% -
HSV(B) 26.25º 0.55% 0.69% -
XYZ 26.31 23.73 10.78 -
YUV 133.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 176 122 80 0 0.31 0.55 0.31 26.25 0.38 0.5
Hex B0 7A 50 0 1F 37 1F 1A 26 32
Octal 260 172 120 0 37 67 37 32 46 62
Binary 10110000 1111010 1010000 0 11111 110111 11111 11010 100110 110010

Color Harmonies of #B07A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A50

Black with #B07A50

Text Example


Text Example

White with #B07A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A50; }

 p { color: rgb(176,122,80); }

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

background-color css

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

 a { background-color: rgb(176,122,80); }

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

border-color css

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

 span { border-color: rgb(176,122,80); }

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