Html Css Color HEX #B68152 Muddy Waters

📋 copy color: '#B68152'

red 182 ◦ green 129 ◦ blue 82

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

Shades of Muddy Waters #B68152

Tints of Muddy Waters #B68152

RGB

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

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

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

R = 46.31%
G = 32.82%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68152 (or 0xB68152) is known color: Muddy Waters. HEX triplet: B6, 81 and 52. RGB value is (182,129,82). Sum of RGB (Red+Green+Blue) = 182+129+82=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68152 is #497EAD. Grayscale: #8B8B8B. Windows color (decimal): -4816558 or 5407158. OLE color: 5407158.

HSL color Cylindrical-coordinate representation of color #B68152: hue angle of 28.2º 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 #B68152 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 82 -
CMYK 0 0.29 0.55 0.29
HSL 28.2º 0.41% 0.52% -
HSV(B) 28.2º 0.55% 0.71% -
XYZ 28.66 26.25 11.54 -
YUV 139.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 182 129 82 0 0.29 0.55 0.29 28.2 0.41 0.52
Hex B6 81 52 0 1D 37 1D 1C 29 34
Octal 266 201 122 0 35 67 35 34 51 64
Binary 10110110 10000001 1010010 0 11101 110111 11101 11100 101001 110100

Color Harmonies of #B68152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68152

Black with #B68152

Text Example


Text Example

White with #B68152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68152; }

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

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

background-color css

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

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

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

border-color css

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

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

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