Html Css Color HEX #B08353 Muddy Waters

📋 copy color: '#B08353'

red 176 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #B08353

Tints of Muddy Waters #B08353

RGB

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

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

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

R = 45.13%
G = 33.59%
B = 21.28%

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

#B08353 (or 0xB08353) is known color: Muddy Waters. HEX triplet: B0, 83 and 53. RGB value is (176,131,83). Sum of RGB (Red+Green+Blue) = 176+131+83=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B08353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08353 is #4F7CAC. Grayscale: #8B8B8B. Windows color (decimal): -5209261 or 5473200. OLE color: 5473200.

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

Color convert

RGB 176 131 83 -
CMYK 0 0.26 0.53 0.31
HSL 30.97º 0.37% 0.51% -
HSV(B) 30.97º 0.53% 0.69% -
XYZ 27.58 26.09 11.77 -
YUV 138.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 176 131 83 0 0.26 0.53 0.31 30.97 0.37 0.51
Hex B0 83 53 0 1A 35 1F 1F 25 33
Octal 260 203 123 0 32 65 37 37 45 63
Binary 10110000 10000011 1010011 0 11010 110101 11111 11111 100101 110011

Color Harmonies of #B08353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08353

Black with #B08353

Text Example


Text Example

White with #B08353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08353; }

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

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

background-color css

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

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

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

border-color css

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

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

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