Html Css Color HEX #B27E4B Muddy Waters

📋 copy color: '#B27E4B'

red 178 ◦ green 126 ◦ blue 75

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

Shades of Muddy Waters #B27E4B

Tints of Muddy Waters #B27E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

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

R = 46.97%
G = 33.25%
B = 19.79%

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

#B27E4B (or 0xB27E4B) is known color: Muddy Waters. HEX triplet: B2, 7E and 4B. RGB value is (178,126,75). Sum of RGB (Red+Green+Blue) = 178+126+75=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E4B is #4D81B4. Grayscale: #878787. Windows color (decimal): -5079477 or 4947634. OLE color: 4947634.

HSL color Cylindrical-coordinate representation of color #B27E4B: hue angle of 29.71º 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 #B27E4B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 75 -
CMYK 0 0.29 0.58 0.30
HSL 29.71º 0.41% 0.5% -
HSV(B) 29.71º 0.58% 0.7% -
XYZ 27.09 24.89 10.03 -
YUV 135.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 178 126 75 0 0.29 0.58 0.30 29.71 0.41 0.5
Hex B2 7E 4B 0 1D 3A 1E 1E 29 32
Octal 262 176 113 0 35 72 36 36 51 62
Binary 10110010 1111110 1001011 0 11101 111010 11110 11110 101001 110010

Color Harmonies of #B27E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E4B

Black with #B27E4B

Text Example


Text Example

White with #B27E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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