Html Css Color HEX #B07F4C Muddy Waters

📋 copy color: '#B07F4C'

red 176 ◦ green 127 ◦ blue 76

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

Shades of Muddy Waters #B07F4C

Tints of Muddy Waters #B07F4C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 46.44%
G = 33.51%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B07F4C (or 0xB07F4C) is known color: Muddy Waters. HEX triplet: B0, 7F and 4C. RGB value is (176,127,76). Sum of RGB (Red+Green+Blue) = 176+127+76=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F4C is #4F80B3. Grayscale: #888888. Windows color (decimal): -5210292 or 5013424. OLE color: 5013424.

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

Color convert

RGB 176 127 76 -
CMYK 0 0.28 0.57 0.31
HSL 30.6º 0.4% 0.49% -
HSV(B) 30.6º 0.57% 0.69% -
XYZ 26.8 24.93 10.24 -
YUV 135.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 176 127 76 0 0.28 0.57 0.31 30.6 0.4 0.49
Hex B0 7F 4C 0 1C 39 1F 1F 28 31
Octal 260 177 114 0 34 71 37 37 50 61
Binary 10110000 1111111 1001100 0 11100 111001 11111 11111 101000 110001

Color Harmonies of #B07F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F4C

Black with #B07F4C

Text Example


Text Example

White with #B07F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F4C; }

 p { color: rgb(176,127,76); }

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

background-color css

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

 a { background-color: rgb(176,127,76); }

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

border-color css

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

 span { border-color: rgb(176,127,76); }

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