Html Css Color HEX #B27D4A Muddy Waters

📋 copy color: '#B27D4A'

red 178 ◦ green 125 ◦ blue 74

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

Shades of Muddy Waters #B27D4A

Tints of Muddy Waters #B27D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 47.21%
G = 33.16%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B27D4A (or 0xB27D4A) is known color: Muddy Waters. HEX triplet: B2, 7D and 4A. RGB value is (178,125,74). Sum of RGB (Red+Green+Blue) = 178+125+74=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D4A is #4D82B5. Grayscale: #878787. Windows color (decimal): -5079734 or 4881842. OLE color: 4881842.

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

Color convert

RGB 178 125 74 -
CMYK 0 0.30 0.58 0.30
HSL 29.42º 0.41% 0.49% -
HSV(B) 29.42º 0.58% 0.7% -
XYZ 26.93 24.63 9.81 -
YUV 135.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 178 125 74 0 0.30 0.58 0.30 29.42 0.41 0.49
Hex B2 7D 4A 0 1E 3A 1E 1D 29 31
Octal 262 175 112 0 36 72 36 35 51 61
Binary 10110010 1111101 1001010 0 11110 111010 11110 11101 101001 110001

Color Harmonies of #B27D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D4A

Black with #B27D4A

Text Example


Text Example

White with #B27D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D4A; }

 p { color: rgb(178,125,74); }

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

background-color css

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

 a { background-color: rgb(178,125,74); }

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

border-color css

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

 span { border-color: rgb(178,125,74); }

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