Html Css Color HEX #BCA29B Martini

📋 copy color: '#BCA29B'

red 188 ◦ green 162 ◦ blue 155

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

Shades of Martini #BCA29B

Tints of Martini #BCA29B

RGB

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

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

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

R = 37.23%
G = 32.08%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCA29B (or 0xBCA29B) is known color: Martini. HEX triplet: BC, A2 and 9B. RGB value is (188,162,155). Sum of RGB (Red+Green+Blue) = 188+162+155=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29B is #435D64. Grayscale: #A9A9A9. Windows color (decimal): -4414821 or 10199740. OLE color: 10199740.

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

Color convert

RGB 188 162 155 -
CMYK 0 0.14 0.18 0.26
HSL 12.73º 0.2% 0.67% -
HSV(B) 12.73º 0.18% 0.74% -
XYZ 39.58 38.9 36.43 -
YUV 168.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 188 162 155 0 0.14 0.18 0.26 12.73 0.2 0.67
Hex BC A2 9B 0 E 12 1A D 14 43
Octal 274 242 233 0 16 22 32 15 24 103
Binary 10111100 10100010 10011011 0 1110 10010 11010 1101 10100 1000011

Color Harmonies of #BCA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA29B

Black with #BCA29B

Text Example


Text Example

White with #BCA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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