Html Css Color HEX #BBA59B Martini

📋 copy color: '#BBA59B'

red 187 ◦ green 165 ◦ blue 155

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

Shades of Martini #BBA59B

Tints of Martini #BBA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 36.88%
G = 32.54%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBA59B (or 0xBBA59B) is known color: Martini. HEX triplet: BB, A5 and 9B. RGB value is (187,165,155). Sum of RGB (Red+Green+Blue) = 187+165+155=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59B is #445A64. Grayscale: #AAAAAA. Windows color (decimal): -4479589 or 10200507. OLE color: 10200507.

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

Color convert

RGB 187 165 155 -
CMYK 0 0.12 0.17 0.27
HSL 18.75º 0.19% 0.67% -
HSV(B) 18.75º 0.17% 0.73% -
XYZ 39.87 39.84 36.6 -
YUV 170.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 187 165 155 0 0.12 0.17 0.27 18.75 0.19 0.67
Hex BB A5 9B 0 C 11 1B 13 13 43
Octal 273 245 233 0 14 21 33 23 23 103
Binary 10111011 10100101 10011011 0 1100 10001 11011 10011 10011 1000011

Color Harmonies of #BBA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA59B

Black with #BBA59B

Text Example


Text Example

White with #BBA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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