Html Css Color HEX #B28748 Muddy Waters

📋 copy color: '#B28748'

red 178 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #B28748

Tints of Muddy Waters #B28748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 46.23%
G = 35.06%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28748 (or 0xB28748) is known color: Muddy Waters. HEX triplet: B2, 87 and 48. RGB value is (178,135,72). Sum of RGB (Red+Green+Blue) = 178+135+72=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B28748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28748 is #4D78B7. Grayscale: #8C8C8C. Windows color (decimal): -5077176 or 4753330. OLE color: 4753330.

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

Color convert

RGB 178 135 72 -
CMYK 0 0.24 0.60 0.30
HSL 35.66º 0.42% 0.49% -
HSV(B) 35.66º 0.6% 0.7% -
XYZ 28.19 27.26 9.91 -
YUV 140.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 178 135 72 0 0.24 0.60 0.30 35.66 0.42 0.49
Hex B2 87 48 0 18 3C 1E 24 2A 31
Octal 262 207 110 0 30 74 36 44 52 61
Binary 10110010 10000111 1001000 0 11000 111100 11110 100100 101010 110001

Color Harmonies of #B28748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28748

Black with #B28748

Text Example


Text Example

White with #B28748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28748; }

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

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

background-color css

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

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

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

border-color css

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

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

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