Html Css Color HEX #BBA59A Martini

📋 copy color: '#BBA59A'

red 187 ◦ green 165 ◦ blue 154

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

Shades of Martini #BBA59A

Tints of Martini #BBA59A

RGB

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

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

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

R = 36.96%
G = 32.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBA59A (or 0xBBA59A) is known color: Martini. HEX triplet: BB, A5 and 9A. RGB value is (187,165,154). Sum of RGB (Red+Green+Blue) = 187+165+154=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59A is #445A65. Grayscale: #AAAAAA. Windows color (decimal): -4479590 or 10134971. OLE color: 10134971.

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

Color convert

RGB 187 165 154 -
CMYK 0 0.12 0.18 0.27
HSL 20º 0.2% 0.67% -
HSV(B) 20º 0.18% 0.73% -
XYZ 39.78 39.81 36.16 -
YUV 170.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 187 165 154 0 0.12 0.18 0.27 20 0.2 0.67
Hex BB A5 9A 0 C 12 1B 14 14 43
Octal 273 245 232 0 14 22 33 24 24 103
Binary 10111011 10100101 10011010 0 1100 10010 11011 10100 10100 1000011

Color Harmonies of #BBA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA59A

Black with #BBA59A

Text Example


Text Example

White with #BBA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA59A; }

 p { color: rgb(187,165,154); }

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

background-color css

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

 a { background-color: rgb(187,165,154); }

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

border-color css

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

 span { border-color: rgb(187,165,154); }

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