Html Css Color HEX #B69F99 Martini

📋 copy color: '#B69F99'

red 182 ◦ green 159 ◦ blue 153

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

Shades of Martini #B69F99

Tints of Martini #B69F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

 BLUE value IS 153 (60.16% from 255) = 30.97%

R = 36.84%
G = 32.19%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B69F99 (or 0xB69F99) is known color: Martini. HEX triplet: B6, 9F and 99. RGB value is (182,159,153). Sum of RGB (Red+Green+Blue) = 182+159+153=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F99 is #496066. Grayscale: #A5A5A5. Windows color (decimal): -4808807 or 10067894. OLE color: 10067894.

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

Color convert

RGB 182 159 153 -
CMYK 0 0.13 0.16 0.29
HSL 12.41º 0.17% 0.66% -
HSV(B) 12.41º 0.16% 0.71% -
XYZ 37.44 37.04 35.31 -
YUV 165.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 182 159 153 0 0.13 0.16 0.29 12.41 0.17 0.66
Hex B6 9F 99 0 D 10 1D C 11 42
Octal 266 237 231 0 15 20 35 14 21 102
Binary 10110110 10011111 10011001 0 1101 10000 11101 1100 10001 1000010

Color Harmonies of #B69F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69F99

Black with #B69F99

Text Example


Text Example

White with #B69F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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