Html Css Color HEX #BCB69E Tana

📋 copy color: '#BCB69E'

red 188 ◦ green 182 ◦ blue 158

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

Shades of Tana #BCB69E

Tints of Tana #BCB69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 35.61%
G = 34.47%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB69E (or 0xBCB69E) is known color: Tana. HEX triplet: BC, B6 and 9E. RGB value is (188,182,158). Sum of RGB (Red+Green+Blue) = 188+182+158=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB69E is #434961. Grayscale: #B5B5B5. Windows color (decimal): -4409698 or 10401468. OLE color: 10401468.

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

Color convert

RGB 188 182 158 -
CMYK 0 0.03 0.16 0.26
HSL 48º 0.18% 0.68% -
HSV(B) 48º 0.16% 0.74% -
XYZ 43.64 46.62 39.05 -
YUV 181.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 188 182 158 0 0.03 0.16 0.26 48 0.18 0.68
Hex BC B6 9E 0 3 10 1A 30 12 44
Octal 274 266 236 0 3 20 32 60 22 104
Binary 10111100 10110110 10011110 0 11 10000 11010 110000 10010 1000100

Color Harmonies of #BCB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB69E

Black with #BCB69E

Text Example


Text Example

White with #BCB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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