Html Css Color HEX #B27B52 Muddy Waters

📋 copy color: '#B27B52'

red 178 ◦ green 123 ◦ blue 82

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

Shades of Muddy Waters #B27B52

Tints of Muddy Waters #B27B52

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 46.48%
G = 32.11%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B27B52 (or 0xB27B52) is known color: Muddy Waters. HEX triplet: B2, 7B and 52. RGB value is (178,123,82). Sum of RGB (Red+Green+Blue) = 178+123+82=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B52 is #4D84AD. Grayscale: #868686. Windows color (decimal): -5080238 or 5405618. OLE color: 5405618.

HSL color Cylindrical-coordinate representation of color #B27B52: hue angle of 25.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B27B52 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 82 -
CMYK 0 0.31 0.54 0.30
HSL 25.63º 0.38% 0.51% -
HSV(B) 25.63º 0.54% 0.7% -
XYZ 26.97 24.24 11.24 -
YUV 134.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 178 123 82 0 0.31 0.54 0.30 25.63 0.38 0.51
Hex B2 7B 52 0 1F 36 1E 1A 26 33
Octal 262 173 122 0 37 66 36 32 46 63
Binary 10110010 1111011 1010010 0 11111 110110 11110 11010 100110 110011

Color Harmonies of #B27B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B52

Black with #B27B52

Text Example


Text Example

White with #B27B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B52; }

 p { color: rgb(178,123,82); }

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

background-color css

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

 a { background-color: rgb(178,123,82); }

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

border-color css

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

 span { border-color: rgb(178,123,82); }

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