Html Css Color HEX #BBA398 Martini

📋 copy color: '#BBA398'

red 187 ◦ green 163 ◦ blue 152

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

Shades of Martini #BBA398

Tints of Martini #BBA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 37.25%
G = 32.47%
B = 30.28%

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

#BBA398 (or 0xBBA398) is known color: Martini. HEX triplet: BB, A3 and 98. RGB value is (187,163,152). Sum of RGB (Red+Green+Blue) = 187+163+152=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA398 is #445C67. Grayscale: #A8A8A8. Windows color (decimal): -4480104 or 10003387. OLE color: 10003387.

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

Color convert

RGB 187 163 152 -
CMYK 0 0.13 0.19 0.27
HSL 18.86º 0.2% 0.66% -
HSV(B) 18.86º 0.19% 0.73% -
XYZ 39.26 39.03 35.17 -
YUV 168.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 187 163 152 0 0.13 0.19 0.27 18.86 0.2 0.66
Hex BB A3 98 0 D 13 1B 13 14 42
Octal 273 243 230 0 15 23 33 23 24 102
Binary 10111011 10100011 10011000 0 1101 10011 11011 10011 10100 1000010

Color Harmonies of #BBA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA398

Black with #BBA398

Text Example


Text Example

White with #BBA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA398; }

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

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

background-color css

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

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

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

border-color css

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

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

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