Html Css Color HEX #B28350 Muddy Waters

📋 copy color: '#B28350'

red 178 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #B28350

Tints of Muddy Waters #B28350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 45.76%
G = 33.68%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28350 (or 0xB28350) is known color: Muddy Waters. HEX triplet: B2, 83 and 50. RGB value is (178,131,80). Sum of RGB (Red+Green+Blue) = 178+131+80=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B28350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28350 is #4D7CAF. Grayscale: #8B8B8B. Windows color (decimal): -5078192 or 5276594. OLE color: 5276594.

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

Color convert

RGB 178 131 80 -
CMYK 0 0.26 0.55 0.30
HSL 31.22º 0.39% 0.51% -
HSV(B) 31.22º 0.55% 0.7% -
XYZ 27.92 26.28 11.19 -
YUV 139.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 178 131 80 0 0.26 0.55 0.30 31.22 0.39 0.51
Hex B2 83 50 0 1A 37 1E 1F 27 33
Octal 262 203 120 0 32 67 36 37 47 63
Binary 10110010 10000011 1010000 0 11010 110111 11110 11111 100111 110011

Color Harmonies of #B28350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28350

Black with #B28350

Text Example


Text Example

White with #B28350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28350; }

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

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

background-color css

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

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

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

border-color css

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

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

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