Html Css Color HEX #B07A4A Muddy Waters

📋 copy color: '#B07A4A'

red 176 ◦ green 122 ◦ blue 74

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

Shades of Muddy Waters #B07A4A

Tints of Muddy Waters #B07A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 47.31%
G = 32.8%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B07A4A (or 0xB07A4A) is known color: Muddy Waters. HEX triplet: B0, 7A and 4A. RGB value is (176,122,74). Sum of RGB (Red+Green+Blue) = 176+122+74=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A4A is #4F85B5. Grayscale: #848484. Windows color (decimal): -5211574 or 4881072. OLE color: 4881072.

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

Color convert

RGB 176 122 74 -
CMYK 0 0.31 0.58 0.31
HSL 28.24º 0.41% 0.49% -
HSV(B) 28.24º 0.58% 0.69% -
XYZ 26.1 23.64 9.67 -
YUV 132.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 176 122 74 0 0.31 0.58 0.31 28.24 0.41 0.49
Hex B0 7A 4A 0 1F 3A 1F 1C 29 31
Octal 260 172 112 0 37 72 37 34 51 61
Binary 10110000 1111010 1001010 0 11111 111010 11111 11100 101001 110001

Color Harmonies of #B07A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A4A

Black with #B07A4A

Text Example


Text Example

White with #B07A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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