Html Css Color HEX #BCB999 Tana

📋 copy color: '#BCB999'

red 188 ◦ green 185 ◦ blue 153

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

Shades of Tana #BCB999

Tints of Tana #BCB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

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

R = 35.74%
G = 35.17%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB999 (or 0xBCB999) is known color: Tana. HEX triplet: BC, B9 and 99. RGB value is (188,185,153). Sum of RGB (Red+Green+Blue) = 188+185+153=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB999 is #434666. Grayscale: #B6B6B6. Windows color (decimal): -4408935 or 10074556. OLE color: 10074556.

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

Color convert

RGB 188 185 153 -
CMYK 0 0.02 0.19 0.26
HSL 54.86º 0.21% 0.67% -
HSV(B) 54.86º 0.19% 0.74% -
XYZ 43.84 47.69 37.03 -
YUV 182.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 188 185 153 0 0.02 0.19 0.26 54.86 0.21 0.67
Hex BC B9 99 0 2 13 1A 37 15 43
Octal 274 271 231 0 2 23 32 67 25 103
Binary 10111100 10111001 10011001 0 10 10011 11010 110111 10101 1000011

Color Harmonies of #BCB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB999

Black with #BCB999

Text Example


Text Example

White with #BCB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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