Html Css Color HEX #B08253 Muddy Waters

📋 copy color: '#B08253'

red 176 ◦ green 130 ◦ blue 83

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

Shades of Muddy Waters #B08253

Tints of Muddy Waters #B08253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 45.24%
G = 33.42%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B08253 (or 0xB08253) is known color: Muddy Waters. HEX triplet: B0, 82 and 53. RGB value is (176,130,83). Sum of RGB (Red+Green+Blue) = 176+130+83=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08253 is #4F7DAC. Grayscale: #8A8A8A. Windows color (decimal): -5209517 or 5472944. OLE color: 5472944.

HSL color Cylindrical-coordinate representation of color #B08253: hue angle of 30.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B08253 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 83 -
CMYK 0 0.26 0.53 0.31
HSL 30.32º 0.37% 0.51% -
HSV(B) 30.32º 0.53% 0.69% -
XYZ 27.45 25.82 11.72 -
YUV 138.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 176 130 83 0 0.26 0.53 0.31 30.32 0.37 0.51
Hex B0 82 53 0 1A 35 1F 1E 25 33
Octal 260 202 123 0 32 65 37 36 45 63
Binary 10110000 10000010 1010011 0 11010 110101 11111 11110 100101 110011

Color Harmonies of #B08253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08253

Black with #B08253

Text Example


Text Example

White with #B08253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08253; }

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

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

background-color css

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

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

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

border-color css

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

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

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