Html Css Color HEX #BCB69F Tana

📋 copy color: '#BCB69F'

red 188 ◦ green 182 ◦ blue 159

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

Shades of Tana #BCB69F

Tints of Tana #BCB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 35.54%
G = 34.4%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCB69F (or 0xBCB69F) is known color: Tana. HEX triplet: BC, B6 and 9F. RGB value is (188,182,159). Sum of RGB (Red+Green+Blue) = 188+182+159=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB69F is #434960. Grayscale: #B5B5B5. Windows color (decimal): -4409697 or 10467004. OLE color: 10467004.

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

Color convert

RGB 188 182 159 -
CMYK 0 0.03 0.15 0.26
HSL 47.59º 0.18% 0.68% -
HSV(B) 47.59º 0.15% 0.74% -
XYZ 43.72 46.65 39.5 -
YUV 181.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 188 182 159 0 0.03 0.15 0.26 47.59 0.18 0.68
Hex BC B6 9F 0 3 F 1A 30 12 44
Octal 274 266 237 0 3 17 32 60 22 104
Binary 10111100 10110110 10011111 0 11 1111 11010 110000 10010 1000100

Color Harmonies of #BCB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB69F

Black with #BCB69F

Text Example


Text Example

White with #BCB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB69F; }

 p { color: rgb(188,182,159); }

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

background-color css

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

 a { background-color: rgb(188,182,159); }

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

border-color css

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

 span { border-color: rgb(188,182,159); }

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