Html Css Color HEX #B07C4E Muddy Waters

📋 copy color: '#B07C4E'

red 176 ◦ green 124 ◦ blue 78

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

Shades of Muddy Waters #B07C4E

Tints of Muddy Waters #B07C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 46.56%
G = 32.8%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B07C4E (or 0xB07C4E) is known color: Muddy Waters. HEX triplet: B0, 7C and 4E. RGB value is (176,124,78). Sum of RGB (Red+Green+Blue) = 176+124+78=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C4E is #4F83B1. Grayscale: #868686. Windows color (decimal): -5211058 or 5143728. OLE color: 5143728.

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

Color convert

RGB 176 124 78 -
CMYK 0 0.30 0.56 0.31
HSL 28.16º 0.39% 0.5% -
HSV(B) 28.16º 0.56% 0.69% -
XYZ 26.49 24.2 10.48 -
YUV 134.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 176 124 78 0 0.30 0.56 0.31 28.16 0.39 0.5
Hex B0 7C 4E 0 1E 38 1F 1C 27 32
Octal 260 174 116 0 36 70 37 34 47 62
Binary 10110000 1111100 1001110 0 11110 111000 11111 11100 100111 110010

Color Harmonies of #B07C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C4E

Black with #B07C4E

Text Example


Text Example

White with #B07C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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