Html Css Color HEX #BCA29D Martini

📋 copy color: '#BCA29D'

red 188 ◦ green 162 ◦ blue 157

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

Shades of Martini #BCA29D

Tints of Martini #BCA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 37.08%
G = 31.95%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCA29D (or 0xBCA29D) is known color: Martini. HEX triplet: BC, A2 and 9D. RGB value is (188,162,157). Sum of RGB (Red+Green+Blue) = 188+162+157=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29D is #435D62. Grayscale: #A9A9A9. Windows color (decimal): -4414819 or 10330812. OLE color: 10330812.

HSL color Cylindrical-coordinate representation of color #BCA29D: hue angle of 9.68º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA29D is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 157 -
CMYK 0 0.14 0.16 0.26
HSL 9.68º 0.19% 0.68% -
HSV(B) 9.68º 0.16% 0.74% -
XYZ 39.75 38.97 37.32 -
YUV 169.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 188 162 157 0 0.14 0.16 0.26 9.68 0.19 0.68
Hex BC A2 9D 0 E 10 1A A 13 44
Octal 274 242 235 0 16 20 32 12 23 104
Binary 10111100 10100010 10011101 0 1110 10000 11010 1010 10011 1000100

Color Harmonies of #BCA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA29D

Black with #BCA29D

Text Example


Text Example

White with #BCA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA29D; }

 p { color: rgb(188,162,157); }

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

background-color css

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

 a { background-color: rgb(188,162,157); }

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

border-color css

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

 span { border-color: rgb(188,162,157); }

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