Html Css Color HEX #BCA49B Martini

📋 copy color: '#BCA49B'

red 188 ◦ green 164 ◦ blue 155

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

Shades of Martini #BCA49B

Tints of Martini #BCA49B

RGB

 RED value IS 188 (73.83% from 255) = 37.08%

 GREEN value IS 164 (64.45% from 255) = 32.35%

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

R = 37.08%
G = 32.35%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCA49B (or 0xBCA49B) is known color: Martini. HEX triplet: BC, A4 and 9B. RGB value is (188,164,155). Sum of RGB (Red+Green+Blue) = 188+164+155=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49B is #435B64. Grayscale: #AAAAAA. Windows color (decimal): -4414309 or 10200252. OLE color: 10200252.

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

Color convert

RGB 188 164 155 -
CMYK 0 0.13 0.18 0.26
HSL 16.36º 0.2% 0.67% -
HSV(B) 16.36º 0.18% 0.74% -
XYZ 39.93 39.61 36.55 -
YUV 170.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 188 164 155 0 0.13 0.18 0.26 16.36 0.2 0.67
Hex BC A4 9B 0 D 12 1A 10 14 43
Octal 274 244 233 0 15 22 32 20 24 103
Binary 10111100 10100100 10011011 0 1101 10010 11010 10000 10100 1000011

Color Harmonies of #BCA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49B

Black with #BCA49B

Text Example


Text Example

White with #BCA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49B; }

 p { color: rgb(188,164,155); }

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

background-color css

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

 a { background-color: rgb(188,164,155); }

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

border-color css

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

 span { border-color: rgb(188,164,155); }

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