Html Css Color HEX #BBA599 Martini

📋 copy color: '#BBA599'

red 187 ◦ green 165 ◦ blue 153

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

Shades of Martini #BBA599

Tints of Martini #BBA599

RGB

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

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

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

R = 37.03%
G = 32.67%
B = 30.3%

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

#BBA599 (or 0xBBA599) is known color: Martini. HEX triplet: BB, A5 and 99. RGB value is (187,165,153). Sum of RGB (Red+Green+Blue) = 187+165+153=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA599 is #445A66. Grayscale: #AAAAAA. Windows color (decimal): -4479591 or 10069435. OLE color: 10069435.

HSL color Cylindrical-coordinate representation of color #BBA599: hue angle of 21.18º 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 #BBA599 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 153 -
CMYK 0 0.12 0.18 0.27
HSL 21.18º 0.2% 0.67% -
HSV(B) 21.18º 0.18% 0.73% -
XYZ 39.7 39.77 35.72 -
YUV 170.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 187 165 153 0 0.12 0.18 0.27 21.18 0.2 0.67
Hex BB A5 99 0 C 12 1B 15 14 43
Octal 273 245 231 0 14 22 33 25 24 103
Binary 10111011 10100101 10011001 0 1100 10010 11011 10101 10100 1000011

Color Harmonies of #BBA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA599

Black with #BBA599

Text Example


Text Example

White with #BBA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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