Html Css Color HEX #B27F4B Muddy Waters

📋 copy color: '#B27F4B'

red 178 ◦ green 127 ◦ blue 75

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

Shades of Muddy Waters #B27F4B

Tints of Muddy Waters #B27F4B

RGB

 RED value IS 178 (69.92% from 255) = 46.84%

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

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 46.84%
G = 33.42%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B27F4B (or 0xB27F4B) is known color: Muddy Waters. HEX triplet: B2, 7F and 4B. RGB value is (178,127,75). Sum of RGB (Red+Green+Blue) = 178+127+75=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F4B is #4D80B4. Grayscale: #888888. Windows color (decimal): -5079221 or 4947890. OLE color: 4947890.

HSL color Cylindrical-coordinate representation of color #B27F4B: hue angle of 30.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B27F4B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 75 -
CMYK 0 0.29 0.58 0.30
HSL 30.29º 0.41% 0.5% -
HSV(B) 30.29º 0.58% 0.7% -
XYZ 27.22 25.15 10.08 -
YUV 136.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 178 127 75 0 0.29 0.58 0.30 30.29 0.41 0.5
Hex B2 7F 4B 0 1D 3A 1E 1E 29 32
Octal 262 177 113 0 35 72 36 36 51 62
Binary 10110010 1111111 1001011 0 11101 111010 11110 11110 101001 110010

Color Harmonies of #B27F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F4B

Black with #B27F4B

Text Example


Text Example

White with #B27F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F4B; }

 p { color: rgb(178,127,75); }

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

background-color css

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

 a { background-color: rgb(178,127,75); }

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

border-color css

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

 span { border-color: rgb(178,127,75); }

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