Html Css Color HEX #B28258 Muddy Waters

📋 copy color: '#B28258'

red 178 ◦ green 130 ◦ blue 88

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

Shades of Muddy Waters #B28258

Tints of Muddy Waters #B28258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 44.95%
G = 32.83%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28258 (or 0xB28258) is known color: Muddy Waters. HEX triplet: B2, 82 and 58. RGB value is (178,130,88). Sum of RGB (Red+Green+Blue) = 178+130+88=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B28258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28258 is #4D7DA7. Grayscale: #8B8B8B. Windows color (decimal): -5078440 or 5800626. OLE color: 5800626.

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

Color convert

RGB 178 130 88 -
CMYK 0 0.27 0.51 0.30
HSL 28º 0.37% 0.52% -
HSV(B) 28º 0.51% 0.7% -
XYZ 28.1 26.13 12.8 -
YUV 139.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 178 130 88 0 0.27 0.51 0.30 28 0.37 0.52
Hex B2 82 58 0 1B 33 1E 1C 25 34
Octal 262 202 130 0 33 63 36 34 45 64
Binary 10110010 10000010 1011000 0 11011 110011 11110 11100 100101 110100

Color Harmonies of #B28258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28258

Black with #B28258

Text Example


Text Example

White with #B28258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28258; }

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

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

background-color css

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

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

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

border-color css

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

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

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