Html Css Color HEX #B69F9A Martini

📋 copy color: '#B69F9A'

red 182 ◦ green 159 ◦ blue 154

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

Shades of Martini #B69F9A

Tints of Martini #B69F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 36.77%
G = 32.12%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B69F9A (or 0xB69F9A) is known color: Martini. HEX triplet: B6, 9F and 9A. RGB value is (182,159,154). Sum of RGB (Red+Green+Blue) = 182+159+154=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F9A is #496065. Grayscale: #A5A5A5. Windows color (decimal): -4808806 or 10133430. OLE color: 10133430.

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

Color convert

RGB 182 159 154 -
CMYK 0 0.13 0.15 0.29
HSL 10.71º 0.16% 0.66% -
HSV(B) 10.71º 0.15% 0.71% -
XYZ 37.52 37.07 35.75 -
YUV 165.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 182 159 154 0 0.13 0.15 0.29 10.71 0.16 0.66
Hex B6 9F 9A 0 D F 1D B 10 42
Octal 266 237 232 0 15 17 35 13 20 102
Binary 10110110 10011111 10011010 0 1101 1111 11101 1011 10000 1000010

Color Harmonies of #B69F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69F9A

Black with #B69F9A

Text Example


Text Example

White with #B69F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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