Html Css Color HEX #B08258 Muddy Waters

📋 copy color: '#B08258'

red 176 ◦ green 130 ◦ blue 88

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

Shades of Muddy Waters #B08258

Tints of Muddy Waters #B08258

RGB

 RED value IS 176 (69.14% from 255) = 44.67%

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

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

R = 44.67%
G = 32.99%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B08258 (or 0xB08258) is known color: Muddy Waters. HEX triplet: B0, 82 and 58. RGB value is (176,130,88). Sum of RGB (Red+Green+Blue) = 176+130+88=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B08258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08258 is #4F7DA7. Grayscale: #8B8B8B. Windows color (decimal): -5209512 or 5800624. OLE color: 5800624.

HSL color Cylindrical-coordinate representation of color #B08258: hue angle of 28.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B08258 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 88 -
CMYK 0 0.26 0.50 0.31
HSL 28.64º 0.36% 0.52% -
HSV(B) 28.64º 0.5% 0.69% -
XYZ 27.65 25.9 12.77 -
YUV 138.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 176 130 88 0 0.26 0.50 0.31 28.64 0.36 0.52
Hex B0 82 58 0 1A 32 1F 1D 24 34
Octal 260 202 130 0 32 62 37 35 44 64
Binary 10110000 10000010 1011000 0 11010 110010 11111 11101 100100 110100

Color Harmonies of #B08258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08258

Black with #B08258

Text Example


Text Example

White with #B08258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08258; }

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

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

background-color css

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

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

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

border-color css

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

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

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