Html Css Color HEX #BCBA99 Tana

📋 copy color: '#BCBA99'

red 188 ◦ green 186 ◦ blue 153

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

Shades of Tana #BCBA99

Tints of Tana #BCBA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 35.67%
G = 35.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCBA99 (or 0xBCBA99) is known color: Tana. HEX triplet: BC, BA and 99. RGB value is (188,186,153). Sum of RGB (Red+Green+Blue) = 188+186+153=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA99 is #434566. Grayscale: #B6B6B6. Windows color (decimal): -4408679 or 10074812. OLE color: 10074812.

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

Color convert

RGB 188 186 153 -
CMYK 0 0.01 0.19 0.26
HSL 56.57º 0.21% 0.67% -
HSV(B) 56.57º 0.19% 0.74% -
XYZ 44.05 48.11 37.1 -
YUV 182.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 188 186 153 0 0.01 0.19 0.26 56.57 0.21 0.67
Hex BC BA 99 0 1 13 1A 39 15 43
Octal 274 272 231 0 1 23 32 71 25 103
Binary 10111100 10111010 10011001 0 1 10011 11010 111001 10101 1000011

Color Harmonies of #BCBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA99

Black with #BCBA99

Text Example


Text Example

White with #BCBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA99; }

 p { color: rgb(188,186,153); }

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

background-color css

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

 a { background-color: rgb(188,186,153); }

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

border-color css

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

 span { border-color: rgb(188,186,153); }

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