Html Css Color HEX #B08345 Muddy Waters

📋 copy color: '#B08345'

red 176 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #B08345

Tints of Muddy Waters #B08345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 46.81%
G = 34.84%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08345 (or 0xB08345) is known color: Muddy Waters. HEX triplet: B0, 83 and 45. RGB value is (176,131,69). Sum of RGB (Red+Green+Blue) = 176+131+69=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B08345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08345 is #4F7CBA. Grayscale: #898989. Windows color (decimal): -5209275 or 4555696. OLE color: 4555696.

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

Color convert

RGB 176 131 69 -
CMYK 0 0.26 0.61 0.31
HSL 34.77º 0.44% 0.48% -
HSV(B) 34.77º 0.61% 0.69% -
XYZ 27.09 25.89 9.2 -
YUV 137.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 176 131 69 0 0.26 0.61 0.31 34.77 0.44 0.48
Hex B0 83 45 0 1A 3D 1F 23 2C 30
Octal 260 203 105 0 32 75 37 43 54 60
Binary 10110000 10000011 1000101 0 11010 111101 11111 100011 101100 110000

Color Harmonies of #B08345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08345

Black with #B08345

Text Example


Text Example

White with #B08345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08345; }

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

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

background-color css

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

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

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

border-color css

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

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

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