Html Css Color HEX #B28548 Muddy Waters

📋 copy color: '#B28548'

red 178 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #B28548

Tints of Muddy Waters #B28548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 46.48%
G = 34.73%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28548 (or 0xB28548) is known color: Muddy Waters. HEX triplet: B2, 85 and 48. RGB value is (178,133,72). Sum of RGB (Red+Green+Blue) = 178+133+72=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B28548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28548 is #4D7AB7. Grayscale: #8B8B8B. Windows color (decimal): -5077688 or 4752818. OLE color: 4752818.

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

Color convert

RGB 178 133 72 -
CMYK 0 0.25 0.60 0.30
HSL 34.53º 0.42% 0.49% -
HSV(B) 34.53º 0.6% 0.7% -
XYZ 27.92 26.71 9.81 -
YUV 139.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 178 133 72 0 0.25 0.60 0.30 34.53 0.42 0.49
Hex B2 85 48 0 19 3C 1E 23 2A 31
Octal 262 205 110 0 31 74 36 43 52 61
Binary 10110010 10000101 1001000 0 11001 111100 11110 100011 101010 110001

Color Harmonies of #B28548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28548

Black with #B28548

Text Example


Text Example

White with #B28548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28548; }

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

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

background-color css

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

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

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

border-color css

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

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

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