Html Css Color HEX #B28048 Muddy Waters

📋 copy color: '#B28048'

red 178 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #B28048

Tints of Muddy Waters #B28048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 47.09%
G = 33.86%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28048 (or 0xB28048) is known color: Muddy Waters. HEX triplet: B2, 80 and 48. RGB value is (178,128,72). Sum of RGB (Red+Green+Blue) = 178+128+72=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28048 is #4D7FB7. Grayscale: #888888. Windows color (decimal): -5078968 or 4751538. OLE color: 4751538.

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

Color convert

RGB 178 128 72 -
CMYK 0 0.28 0.60 0.30
HSL 31.7º 0.42% 0.49% -
HSV(B) 31.7º 0.6% 0.7% -
XYZ 27.25 25.37 9.59 -
YUV 136.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 178 128 72 0 0.28 0.60 0.30 31.7 0.42 0.49
Hex B2 80 48 0 1C 3C 1E 20 2A 31
Octal 262 200 110 0 34 74 36 40 52 61
Binary 10110010 10000000 1001000 0 11100 111100 11110 100000 101010 110001

Color Harmonies of #B28048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28048

Black with #B28048

Text Example


Text Example

White with #B28048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28048; }

 p { color: rgb(178,128,72); }

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

background-color css

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

 a { background-color: rgb(178,128,72); }

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

border-color css

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

 span { border-color: rgb(178,128,72); }

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