Html Css Color HEX #BBA69D Martini

📋 copy color: '#BBA69D'

red 187 ◦ green 166 ◦ blue 157

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

Shades of Martini #BBA69D

Tints of Martini #BBA69D

RGB

 RED value IS 187 (73.44% from 255) = 36.67%

 GREEN value IS 166 (65.23% from 255) = 32.55%

 BLUE value IS 157 (61.72% from 255) = 30.78%

R = 36.67%
G = 32.55%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA69D (or 0xBBA69D) is known color: Martini. HEX triplet: BB, A6 and 9D. RGB value is (187,166,157). Sum of RGB (Red+Green+Blue) = 187+166+157=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69D is #445962. Grayscale: #ABABAB. Windows color (decimal): -4479331 or 10331835. OLE color: 10331835.

HSL color Cylindrical-coordinate representation of color #BBA69D: hue angle of 18º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA69D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 157 -
CMYK 0 0.11 0.16 0.27
HSL 18º 0.18% 0.67% -
HSV(B) 18º 0.16% 0.73% -
XYZ 40.22 40.27 37.55 -
YUV 171.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 187 166 157 0 0.11 0.16 0.27 18 0.18 0.67
Hex BB A6 9D 0 B 10 1B 12 12 43
Octal 273 246 235 0 13 20 33 22 22 103
Binary 10111011 10100110 10011101 0 1011 10000 11011 10010 10010 1000011

Color Harmonies of #BBA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA69D

Black with #BBA69D

Text Example


Text Example

White with #BBA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA69D; }

 p { color: rgb(187,166,157); }

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

background-color css

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

 a { background-color: rgb(187,166,157); }

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

border-color css

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

 span { border-color: rgb(187,166,157); }

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