Html Css Color HEX #B28150 Muddy Waters

📋 copy color: '#B28150'

red 178 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #B28150

Tints of Muddy Waters #B28150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 45.99%
G = 33.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28150 (or 0xB28150) is known color: Muddy Waters. HEX triplet: B2, 81 and 50. RGB value is (178,129,80). Sum of RGB (Red+Green+Blue) = 178+129+80=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28150 is #4D7EAF. Grayscale: #8A8A8A. Windows color (decimal): -5078704 or 5276082. OLE color: 5276082.

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

Color convert

RGB 178 129 80 -
CMYK 0 0.28 0.55 0.30
HSL 30º 0.39% 0.51% -
HSV(B) 30º 0.55% 0.7% -
XYZ 27.66 25.74 11.1 -
YUV 138.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 178 129 80 0 0.28 0.55 0.30 30 0.39 0.51
Hex B2 81 50 0 1C 37 1E 1E 27 33
Octal 262 201 120 0 34 67 36 36 47 63
Binary 10110010 10000001 1010000 0 11100 110111 11110 11110 100111 110011

Color Harmonies of #B28150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28150

Black with #B28150

Text Example


Text Example

White with #B28150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28150; }

 p { color: rgb(178,129,80); }

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

background-color css

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

 a { background-color: rgb(178,129,80); }

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

border-color css

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

 span { border-color: rgb(178,129,80); }

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