Html Css Color HEX #B28251 Muddy Waters

📋 copy color: '#B28251'

red 178 ◦ green 130 ◦ blue 81

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

Shades of Muddy Waters #B28251

Tints of Muddy Waters #B28251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 45.76%
G = 33.42%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B28251 (or 0xB28251) is known color: Muddy Waters. HEX triplet: B2, 82 and 51. RGB value is (178,130,81). Sum of RGB (Red+Green+Blue) = 178+130+81=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B28251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28251 is #4D7DAE. Grayscale: #8B8B8B. Windows color (decimal): -5078447 or 5341874. OLE color: 5341874.

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

Color convert

RGB 178 130 81 -
CMYK 0 0.27 0.54 0.30
HSL 30.31º 0.39% 0.51% -
HSV(B) 30.31º 0.54% 0.7% -
XYZ 27.83 26.02 11.34 -
YUV 138.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 178 130 81 0 0.27 0.54 0.30 30.31 0.39 0.51
Hex B2 82 51 0 1B 36 1E 1E 27 33
Octal 262 202 121 0 33 66 36 36 47 63
Binary 10110010 10000010 1010001 0 11011 110110 11110 11110 100111 110011

Color Harmonies of #B28251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28251

Black with #B28251

Text Example


Text Example

White with #B28251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28251; }

 p { color: rgb(178,130,81); }

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

background-color css

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

 a { background-color: rgb(178,130,81); }

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

border-color css

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

 span { border-color: rgb(178,130,81); }

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