Html Css Color HEX #B07C48 Muddy Waters

📋 copy color: '#B07C48'

red 176 ◦ green 124 ◦ blue 72

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

Shades of Muddy Waters #B07C48

Tints of Muddy Waters #B07C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 47.31%
G = 33.33%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07C48 (or 0xB07C48) is known color: Muddy Waters. HEX triplet: B0, 7C and 48. RGB value is (176,124,72). Sum of RGB (Red+Green+Blue) = 176+124+72=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C48 is #4F83B7. Grayscale: #858585. Windows color (decimal): -5211064 or 4750512. OLE color: 4750512.

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

Color convert

RGB 176 124 72 -
CMYK 0 0.30 0.59 0.31
HSL 30º 0.42% 0.49% -
HSV(B) 30º 0.59% 0.69% -
XYZ 26.28 24.11 9.4 -
YUV 133.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 176 124 72 0 0.30 0.59 0.31 30 0.42 0.49
Hex B0 7C 48 0 1E 3B 1F 1E 2A 31
Octal 260 174 110 0 36 73 37 36 52 61
Binary 10110000 1111100 1001000 0 11110 111011 11111 11110 101010 110001

Color Harmonies of #B07C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C48

Black with #B07C48

Text Example


Text Example

White with #B07C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C48; }

 p { color: rgb(176,124,72); }

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

background-color css

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

 a { background-color: rgb(176,124,72); }

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

border-color css

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

 span { border-color: rgb(176,124,72); }

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