Html Css Color HEX #B08145 Muddy Waters

📋 copy color: '#B08145'

red 176 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #B08145

Tints of Muddy Waters #B08145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 47.06%
G = 34.49%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08145 (or 0xB08145) is known color: Muddy Waters. HEX triplet: B0, 81 and 45. RGB value is (176,129,69). Sum of RGB (Red+Green+Blue) = 176+129+69=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B08145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08145 is #4F7EBA. Grayscale: #888888. Windows color (decimal): -5209787 or 4555184. OLE color: 4555184.

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

Color convert

RGB 176 129 69 -
CMYK 0 0.27 0.61 0.31
HSL 33.64º 0.44% 0.48% -
HSV(B) 33.64º 0.61% 0.69% -
XYZ 26.83 25.36 9.11 -
YUV 136.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 176 129 69 0 0.27 0.61 0.31 33.64 0.44 0.48
Hex B0 81 45 0 1B 3D 1F 22 2C 30
Octal 260 201 105 0 33 75 37 42 54 60
Binary 10110000 10000001 1000101 0 11011 111101 11111 100010 101100 110000

Color Harmonies of #B08145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08145

Black with #B08145

Text Example


Text Example

White with #B08145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08145; }

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

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

background-color css

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

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

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

border-color css

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

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

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