Html Css Color HEX #B68253 Muddy Waters

📋 copy color: '#B68253'

red 182 ◦ green 130 ◦ blue 83

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

Shades of Muddy Waters #B68253

Tints of Muddy Waters #B68253

RGB

 RED value IS 182 (71.48% from 255) = 46.08%

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

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

R = 46.08%
G = 32.91%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B68253 (or 0xB68253) is known color: Muddy Waters. HEX triplet: B6, 82 and 53. RGB value is (182,130,83). Sum of RGB (Red+Green+Blue) = 182+130+83=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68253 is #497DAC. Grayscale: #8C8C8C. Windows color (decimal): -4816301 or 5472950. OLE color: 5472950.

HSL color Cylindrical-coordinate representation of color #B68253: hue angle of 28.48º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B68253 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 83 -
CMYK 0 0.29 0.54 0.29
HSL 28.48º 0.4% 0.52% -
HSV(B) 28.48º 0.54% 0.71% -
XYZ 28.84 26.53 11.79 -
YUV 140.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 182 130 83 0 0.29 0.54 0.29 28.48 0.4 0.52
Hex B6 82 53 0 1D 36 1D 1C 28 34
Octal 266 202 123 0 35 66 35 34 50 64
Binary 10110110 10000010 1010011 0 11101 110110 11101 11100 101000 110100

Color Harmonies of #B68253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68253

Black with #B68253

Text Example


Text Example

White with #B68253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68253; }

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

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

background-color css

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

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

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

border-color css

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

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

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