Html Css Color HEX #B68052 Muddy Waters

📋 copy color: '#B68052'

red 182 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #B68052

Tints of Muddy Waters #B68052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 46.43%
G = 32.65%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68052 (or 0xB68052) is known color: Muddy Waters. HEX triplet: B6, 80 and 52. RGB value is (182,128,82). Sum of RGB (Red+Green+Blue) = 182+128+82=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B68052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68052 is #497FAD. Grayscale: #8B8B8B. Windows color (decimal): -4816814 or 5406902. OLE color: 5406902.

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

Color convert

RGB 182 128 82 -
CMYK 0 0.30 0.55 0.29
HSL 27.6º 0.41% 0.52% -
HSV(B) 27.6º 0.55% 0.71% -
XYZ 28.53 25.99 11.5 -
YUV 138.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 182 128 82 0 0.30 0.55 0.29 27.6 0.41 0.52
Hex B6 80 52 0 1E 37 1D 1C 29 34
Octal 266 200 122 0 36 67 35 34 51 64
Binary 10110110 10000000 1010010 0 11110 110111 11101 11100 101001 110100

Color Harmonies of #B68052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68052

Black with #B68052

Text Example


Text Example

White with #B68052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68052; }

 p { color: rgb(182,128,82); }

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

background-color css

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

 a { background-color: rgb(182,128,82); }

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

border-color css

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

 span { border-color: rgb(182,128,82); }

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