Html Css Color HEX #B28045 Muddy Waters

📋 copy color: '#B28045'

red 178 ◦ green 128 ◦ blue 69

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

Shades of Muddy Waters #B28045

Tints of Muddy Waters #B28045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 47.47%
G = 34.13%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B28045 (or 0xB28045) is known color: Muddy Waters. HEX triplet: B2, 80 and 45. RGB value is (178,128,69). Sum of RGB (Red+Green+Blue) = 178+128+69=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B28045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28045 is #4D7FBA. Grayscale: #888888. Windows color (decimal): -5078971 or 4554930. OLE color: 4554930.

HSL color Cylindrical-coordinate representation of color #B28045: hue angle of 32.48º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28045 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 69 -
CMYK 0 0.28 0.61 0.30
HSL 32.48º 0.44% 0.48% -
HSV(B) 32.48º 0.61% 0.7% -
XYZ 27.15 25.33 9.09 -
YUV 136.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 178 128 69 0 0.28 0.61 0.30 32.48 0.44 0.48
Hex B2 80 45 0 1C 3D 1E 20 2C 30
Octal 262 200 105 0 34 75 36 40 54 60
Binary 10110010 10000000 1000101 0 11100 111101 11110 100000 101100 110000

Color Harmonies of #B28045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28045

Black with #B28045

Text Example


Text Example

White with #B28045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28045; }

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

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

background-color css

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

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

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

border-color css

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

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

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