Html Css Color HEX #B6A59F Martini

📋 copy color: '#B6A59F'

red 182 ◦ green 165 ◦ blue 159

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

Shades of Martini #B6A59F

Tints of Martini #B6A59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 35.97%
G = 32.61%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6A59F (or 0xB6A59F) is known color: Martini. HEX triplet: B6, A5 and 9F. RGB value is (182,165,159). Sum of RGB (Red+Green+Blue) = 182+165+159=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A59F is #495A60. Grayscale: #A9A9A9. Windows color (decimal): -4807265 or 10462646. OLE color: 10462646.

HSL color Cylindrical-coordinate representation of color #B6A59F: hue angle of 15.65º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A59F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 159 -
CMYK 0 0.09 0.13 0.29
HSL 15.65º 0.14% 0.67% -
HSV(B) 15.65º 0.13% 0.71% -
XYZ 39 39.36 38.34 -
YUV 169.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 182 165 159 0 0.09 0.13 0.29 15.65 0.14 0.67
Hex B6 A5 9F 0 9 D 1D 10 E 43
Octal 266 245 237 0 11 15 35 20 16 103
Binary 10110110 10100101 10011111 0 1001 1101 11101 10000 1110 1000011

Color Harmonies of #B6A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A59F

Black with #B6A59F

Text Example


Text Example

White with #B6A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A59F; }

 p { color: rgb(182,165,159); }

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

background-color css

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

 a { background-color: rgb(182,165,159); }

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

border-color css

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

 span { border-color: rgb(182,165,159); }

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