Html Css Color HEX #BBA298 Martini

📋 copy color: '#BBA298'

red 187 ◦ green 162 ◦ blue 152

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

Shades of Martini #BBA298

Tints of Martini #BBA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 37.33%
G = 32.34%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA298 (or 0xBBA298) is known color: Martini. HEX triplet: BB, A2 and 98. RGB value is (187,162,152). Sum of RGB (Red+Green+Blue) = 187+162+152=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA298 is #445D67. Grayscale: #A8A8A8. Windows color (decimal): -4480360 or 10003131. OLE color: 10003131.

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

Color convert

RGB 187 162 152 -
CMYK 0 0.13 0.19 0.27
HSL 17.14º 0.2% 0.66% -
HSV(B) 17.14º 0.19% 0.73% -
XYZ 39.08 38.67 35.11 -
YUV 168.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 187 162 152 0 0.13 0.19 0.27 17.14 0.2 0.66
Hex BB A2 98 0 D 13 1B 11 14 42
Octal 273 242 230 0 15 23 33 21 24 102
Binary 10111011 10100010 10011000 0 1101 10011 11011 10001 10100 1000010

Color Harmonies of #BBA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA298

Black with #BBA298

Text Example


Text Example

White with #BBA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA298; }

 p { color: rgb(187,162,152); }

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

background-color css

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

 a { background-color: rgb(187,162,152); }

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

border-color css

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

 span { border-color: rgb(187,162,152); }

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